pac.plot | R Documentation |
A method of plotting traditional Cartesian data, based on a restricted radial coordinate system, while preserving the information.
pac.plot(x, y, title, taxis, raxis, color1 = "gold")
x, y |
Numeric data |
title |
Figure title |
taxis, raxis |
Vector with the first entry being the axis label and the second entry being units |
color1 |
Color value as string or rgb |
Pac-Man SVM
# Generic Pac-Man plot data("cars") pac.plot(cars$dist,cars$speed, 'Example 1', c("Distance", "m"), c("Speed", "m/s"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.