Learn R Programming

SpatioTemporal (version 1.1.2)

summary.STdata: Computes summary details for STdata object

Description

summary method for class STdata.

Usage

## S3 method for class 'STdata':
summary(object,
    type = object$covars$type, ...)

Arguments

object
STdata object to compute summary information for.
type
Factorial of length(x$covars$ID), if not NULL summaries for the observations are computed per type of site.
...
Ignored additional arguments.

Value

  • A summary.STdata object.

See Also

Other STdata methods: createSTdata, plot.STdata, plot.STmodel, print.STdata, print.summary.STdata

Examples

Run this code
##load some data
data(mesa.data)
##Summary of data fields.
summary(mesa.data)

Run the code above in your browser using DataLab