plotSuccession: plot formind simulation data over time

Description Usage Arguments See Also

View source: R/plotSuccession.R

Description

Process forest-class-objects to create time vs. variable plots.

Usage

1
2
3
plotSuccession(data, y, col = NA, graphicType = "paperC2",
  lineShows = "mean", band = NA, file = NA, firstLetterCapital = F,
  squaredBraked = T, innerTicks = T, las = 0, legend = T)

Arguments

data

A forest object including the data

y

Vector of character strings nameing the variables which will be plotted. getFNames(object) returns an overview of available variables. You can also write short strings to plot all variables which start with these characters. E.g. "biomass_pft" plots the biomass of all pfts, whereas "biomass" plots biomass of all pfts and the total biomass.

col

Color palette to be used. If NA, an adequate collorpallet is created

graphicType

Character string indicating layout type of the graphic. "ppt" optimizes for powerpoint slides; "paperC1","paperC2" optimizes for graphic stretching over one or two collumns within a paper; "plotbox" opens a window an optimizes for the screen.

lineShows

Character sting indicate what is shown by the line: "mean" or "median"

band

not available at the moment

file

string which describes the file where the graphic will be saved

firstLetterCapital

Boolean. Should first Letter of labales be capitalized

squaredBraked

Boolean. squared brakets (TRUE) or round brakets (FALSE) for unit information in the labels

innerTicks

Boolean.

las

numeric in 0,1,2,3; the style of axis labels. 0: always parallel to the axis [default],1: always horizontal,2: always perpendicular to the axis, 3: always vertical.

legend

Boolean. Should the legend be plotted.

See Also

Forest-class,


fjbohn/fast documentation built on May 24, 2019, 9:50 a.m.