Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. > sunflowerplot(cars)
  2. > sunflowerplot(cars, cex=0.5)
  3. > sunflowerplot(cars, size=0.5)
  4. > sunflowerplot(cars, rotate=0.5)
  5. > sunflowerplot(cars, size=0.5, rotate=TRUE)
  6. > sunflowerplot(cars, size=0.5, col="blue")
  7. > sunflowerplot(cars, size=0.5, seg.lwd=0.6)
  8. > sunflowerplot(cars, cex=0.5, col="red", seg.lwd=0.6)
  9. > sunflowerplot(cars, cex=0.5, col="red", seg.col="blue")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement