search for: colorlist

Displaying 2 results from an estimated 2 matches for "colorlist".

Did you mean: colordist
2002 Jul 25
3
Barplot coloring question
...1.32 93.27 0.97 77.60 12.46 64.98 3.32 88.54 3.70 24.33 0.28 I'm trying to plot these data points so that any pair of identical columns (e.g., ADVP) are plotted closer to each other than any neighbouring pairs. This much is easy to do: data<-as.matrix(read.table("test.data")) colorlist <- c("red") # build basic barplot: barplot(data, beside=FALSE, # don't put bars beside each other col=colorlist, # list of colors xlim = c(1,40), # x-axis limits width = .65, # width of bar plots ylim=c(0, 140)...
2001 Jan 06
4
3D package in R
Hi all, I am considering writing a 3D visualisation package for R. Purposes: - Visualise 3 dimension data - Manipulate the data or series or any other object with the mouse as in any 3D software (3D Studio Max, Lightwave...) - Eventually display more than just 3D objects. Justification: - It's always interesting to plot data before performing any analysis - Manipulating (rotating,