summary.stlpm: Summary of a 'stlpm' object

summary.stlpmR Documentation

Summary of a stlpm object

Description

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

Usage

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

Arguments

object

An object of class stlpm

...

additional unused argument

Author(s)

Nicoletta D'Angelo

Examples


set.seed(2)
df <- data.frame(x = runif(100, 0, 0.8), y = runif(100, 0, 0.8),
 t = runif(100), m = rpois(100, 15))

stlpm1 <- stpm(df, L = chicagonet)

summary(stlpm1)


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