pac.plot: Pac-Man plotting function

View source: R/plot.r

pac.plotR Documentation

Pac-Man plotting function

Description

A method of plotting traditional Cartesian data, based on a restricted radial coordinate system, while preserving the information.

Usage

pac.plot(x, y, title, taxis, raxis, color1 = "gold")

Arguments

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

Value

Pac-Man SVM

Examples

# Generic Pac-Man plot
data("cars")
pac.plot(cars$dist,cars$speed, 'Example 1', c("Distance", "m"), c("Speed", "m/s"))

pacviz documentation built on March 31, 2023, 10:29 p.m.