Description Details Fields Methods
This is a virtual Reference Class for plotter RCs
This RC contains fields (a.k.a. "attributes") and methods (a.k.a. "procedures") for that any plotter RC must have.
shiny.appANY. Shiny app to visualize model
construct.layer(type = NULL, df = NULL, pch = NULL, cex = NULL,
xlim = NULL, ylim = NULL, zlim = NULL)Generates a layer (list) for plotting, based on a data frame and additional specs
construct()Construct basic objects
get.buffer.plot()Prints the plots in the buffer
get.detail.plot(input = NULL)TODO: add descriptor
get.domain.plot()Plots the region of interest
get.layer(mydata, myspecs)Converts a chunk of data into a list for plotting
get.plot.surface(specs, xpos = 1, ypos = 1)Plots data, e.g. specs <- list(main.data = 'elevation', do.grid = TRUE, under.data = 'elevation')
get.state.layer(specs)Uses state_coords.RData, loaded with package, to plot USA states according to the specs provided
set.buffer.size(nr = 1, nc = 1)Sets up plotter's buffer size (number of rows and columns)
set.in.buffer(myplot, xpos, ypos)Places a plot in the buffer
set.palette(argument, value)Sets the printer's colour palettes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.