# S3 method for GeomObject
print(x, …)
# S3 method for MImage
print(x, …)
# S3 method for SImage
print(x, …)# S3 method for ObjectArray
length(x)
# S3 method for SectMatrix
length(x)
# S3 method for ObjectArray
dim(x)
# S3 method for SectMatrix
dim(x)
# S3 method for ObjectArray
dimnames(x)
# S3 method for SectMatrix
dimnames(x)
# S3 method for ObjectArray
dimnames(x) <- value
# S3 method for SectMatrix
dimnames(x) <- value
# S3 method for VecLike
print(x, …)
# S3 method for ObjectArray
format(x, …)
# S3 method for SectMatrix
format(x, …, na.string="")
# S3 method for ZERO
format(x, …)
# S3 method for VecLike
head(x, n=6, …)
# S3 method for raster
head(x, …)
# S3 method for VecLike
tail(x, n=6, …)
# S3 method for raster
tail(x, …)