summary.stp: Summary of a 'stp' object

View source: R/summary.stp.R

summary.stpR Documentation

Summary of a stp object

Description

It prints the summary statistics of the spatial and temporal coordinates of the spatio-temporal point pattern stored in the stp object.

Usage

## S3 method for class 'stp'
summary(object, ...)

Arguments

object

An object of class stp

...

additional unused argument

Author(s)

Nicoletta D'Angelo

See Also

stp, print.stp, plot.stp

Examples



set.seed(2)
df <- data.frame(cbind(runif(100), runif(100), runif(100)))

stp1 <- stp(df)
summary(stp1)




stopp documentation built on May 29, 2024, 12:32 p.m.