Glyph plot class
glyphplot(data, width, height, polar, x_major, y_major)is.glyphplot(x)
# S3 method for glyphplot
[(x, ...)
# S3 method for glyphplot
print(x, ...)
A data frame containing variables named in x_major
,
x_minor
, y_major
and y_minor
.
The height and width of each glyph. Defaults to 95% of
the resolution
of the data. Specify the width
absolutely by supplying a numeric vector of length 1, or relative to the
A logical of length 1, specifying whether the glyphs should
be drawn in polar coordinates. Defaults to FALSE
.
The name of the variable (as a string) for the major x and y axes. Together, the
glyphplot to be printed
ignored