rcvirtual.plotter-class: Graphics controller (plotter) of statistical models

Description Details Fields Methods

Description

This is a virtual Reference Class for plotter RCs

Details

This RC contains fields (a.k.a. "attributes") and methods (a.k.a. "procedures") for that any plotter RC must have.

Fields

shiny.app

ANY. Shiny app to visualize model

Methods

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


rtlemos/rcvirtual documentation built on May 28, 2019, 9:56 a.m.