Learn R Programming

stopp (version 0.2.3)

print.stp: Print a stp object

Description

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

Usage

# S3 method for stp
print(x, ...)

Arguments

x

An object of class stp

...

additional unused argument

Author

Nicoletta D'Angelo

See Also

stp, summary.stp, plot.stp

Examples

Run this code


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

stp1 <- stp(df)
stp1





Run the code above in your browser using DataLab