powered by
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")
Pac-Man SVM
Numeric data
Figure title
Vector with the first entry being the axis label and the second entry being units
Color value as string or rgb
# Generic Pac-Man plot data("cars") pac.plot(cars$dist,cars$speed, 'Example 1', c("Distance", "m"), c("Speed", "m/s"))
Run the code above in your browser using DataLab