ggpLayerCaptureArea.Rd
Adds the capture area as a rectangular and/or crops the frame of the plot accordingly.
ggpLayerCaptureArea(
object,
opt = c("outline"),
line_clr = "black",
line_type = "solid",
line_size = 1,
expand_x = ggplot2::waiver(),
expand_y = ggplot2::waiver(),
img_name = activeImage(object)
)
An object of class SPATA2
or, in case of S4 generics,
objects of classes for which a method has been defined.
Combination of 'rect' and/or 'crop'.
Character. The line type. One of 'blank', 'solid', 'dashed', 'dotted', 'dotdash', 'longdash' and 'twodash'.
Numeric. Affects size of the main lines of the plot.
Given to expand
of ggplot2::scale_x/y_continuous()
.
Character value. The name of the image of interest.
If NULL
, the active image is chosen by default. Either way, must
be one of getImageNames()
.
List of ggpLayer outputs.