I have a table of 33291 rows. When i try to plot the graph with gradient
colour using "colorRampPalette" command but the out put graph is colourless
or in black colour.But when i try the same command with small values it is
working why it so?

Color <- colorRampPalette(c("red","blue"))

plot(x,y,col=Color(33292))




--
View this message in context: 
http://r.789695.n4.nabble.com/Colour-gradient-is-not-working-tp4708000.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to