DATA MINING
Desktop Survival Guide by Graham Williams |
|||||
A sunflower plot will plot multiple points at the same location ``sunflowers'' with multiple leaves or petals. The sunflower function is provided to generate such plots. Thus, overplotting is visualised instead of it simply disappearing.
# Better example of overplotting points. > sunflowerplot(wine$Phenols, wine$Flavanoids) |