ggpLayerFrame | R Documentation |
Crops the frame of a surface plot. Soft deprecated in favor
of the arguments xrange
and yrange
in plotSurface()
.
ggpLayerFrame(object, xrange, yrange, expand = FALSE)
ggpLayerFixFrame(object)
object |
An object of class |
xrange , yrange |
Distance vector of length
two or |
expand |
Specifies image expansion. An image that is cropped based on an image
annotation centers around the image annotation. If |
ggpLayer*()
-functions return lists of ggproto
objects
that can be added to ggplots via the +
operator. In most of the cases
they are supposed to be added to plots created with the plotSurface*()
family.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.