## S3 method for class 'psp':
print(x, \dots)
"psp"
).x
is printed. This is a method for the generic function print
.
print
,
print.owin
,
summary.psp
a <- psp(runif(10), runif(10), runif(10), runif(10), window=owin())
a
Run the code above in your browser using DataLab