rcvirtual.ggplotter-class: rcvirtual.ggplotter

Description Details Methods

Description

Reference Class for plotting data with ggplot

Details

This reference class contains fields (aka "attributes") and methods (aka "procedures") specific to generating ggplots of data.

Methods

density.plot(out, mytitle, dolegend = TRUE, xpos = 1, ypos = 1)

Plots the posterior density of >= 1 model parameters

graphplot(graph, ptypes, highlight.node.name = NULL, highlight.edges = "to", col = NULL, xpos = 1, ypos = 1, do.plot = FALSE)

Plot a graph and highlight a node and edges pointing to/from it

lineplot(specs, xpos = 1, ypos = 1)

Multiple line plot

one.density.plot(out, mytitle, xpos = 1, ypos = 1)

Plots the posterior density of one hyperparameter

probability.1dplot(specs, mypoints = NULL, xpos = 1, ypos = 1)

Plot of the posterior/forecast distribution at a single site, over time

qqplot(specs, xpos = 1, ypos = 1)

Quantile-quantile plot

scatterplot(out, mytitle, xpos = 1, ypos = 1)

Plots a scatterplot of two model parameters

sectionplot(specs, xpos = 1, ypos = 1, mypoints = NULL)

Section plotter for the vectors specs$x or specs$y (one of the 2 is a scalar) and specs$z. The argument specs$labels is a character vector (size 4) with title and axes labels.

surfaceplot(specs, xpos = 1, ypos = 1, mypoints = NULL)

Surface plotter for the vectors specs$x, specs$y and specs$z. The argument specs$labels is a character vector (size 4) with title and axes labels.

surfaceplot2(base, under, main, top, xpos = 1, ypos = 1)

Surface plotter, version 2

tsplot(out, mytitle, mylabs, xpos = 1, ypos = 1)

Plots a time series plot with observed and fit (median plus 95 CI)


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