Learn R Programming

ggtern (version 1.0.5.0)

print.ggtern: Draw plot on current graphics device.

Description

print.ggtern is the default print function for ggtern objects.

print.ggplot is the default print function for ggplot objects.

Usage

## S3 method for class 'ggtern':
print(x, newpage = is.null(vp), vp = NULL, ...)

## S3 method for class 'ggplot': print(x, newpage = is.null(vp), vp = NULL, ...)

Arguments

x
plot to display
newpage
draw new (empty) page first?
vp
viewport to draw plot in
...
other arguments not used by this method