Skip to content
Prev 67925 / 398506 Next

Barplot and colors for legend

Werner Wernersen wrote:

            
Type
   barplot.default
and read the code:

for a vector: "grey",
for a matrix: grey(seq(0.3^2.2, 0.9^2.2, length = nrow(height))^(1/2.2))


Uwe Ligges