print.stpm: Print a 'stpm' object

print.stpmR Documentation

Print a stpm object

Description

It prints the main information on the spatio-temporal point pattern stored in the stpm object: the number of points; the enclosing spatial window; the temporal time period; information on marks.

Usage

## S3 method for class 'stpm'
print(x, ...)

Arguments

x

An object of class stpm

...

additional unused argument

Author(s)

Nicoletta D'Angelo

Examples


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

stpm1 <- stpm(df)

summary(stpm1)



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