search for: car_labels

Displaying 1 result from an estimated 1 matches for "car_labels".

2012 Nov 30
3
(no subject)
...s in each sector color1 <- c("grey80","grey80","grey80","grey80","gray80","grey30","grey20","gray10" ) ## gray10=<0.0001, gray20<0.001, gray30<0.01, gray40=<0.05, gray 80=>0.05 # Putting sector levels car_labels <- c(1,2,3,4,5,6,7,8) car_labels <- paste(car_labels,sep="") # Create a pie chart with defined heading and custom colors # and labels pie(cars, main="Sectors", col=color1, labels=" ", radius=0.05,border=NA, cex=0.8)