Make the object to a plot
# S4 method for geom
makeObject(x, window = NULL, theme = gtTheme, ...)# S4 method for Raster
makeObject(x, window = NULL, theme = gtTheme,
image = FALSE, ...)
# S4 method for matrix
makeObject(x, window = NULL, theme = gtTheme,
image = FALSE, ...)
# S4 method for Spatial
makeObject(x, window = NULL, theme = gtTheme, ...)
# S4 method for sf
makeObject(x, window = NULL, theme = gtTheme, ...)
the object from which to make the plot.
[data.frame(1)] two opposing corners of a rectangle to
which the plot is limited.
[gtTheme(1)] the theme from which to take graphical
parameters.
[logical(1)] whether or not the raster (brick)
contains an image.