Learn R Programming

lpjmlkit (version 1.0.11)

summary.LPJmLData: LPJmLData object summary

Description

Function to get the summary of the data array of an LPJmLData object. See also summary.

Usage

# S3 method for LPJmLData
summary(object, ...)

Value

Summary for object of class matrix (see summary) for selected dimension(s) and if defined subset.

Arguments

object

LPJmLData object

...

Further arguments:

  • dimension for which a summary is printed for every element (in style of matrix summary). Default is dimension = "band". Choose from available dimensions like "time" or "cell".

  • subset list of array dimension(s) as name/key and corresponding subset vector as value, e.g. list(cell = c(27411:27415). More information at subset.LPJmLData().

  • cutoff (logical) If TRUE summary for dimension elements > 16 are cut off.

  • Additional arguments to be passed on to summary.