tools | R Documentation |
Tools inherited from base R for VoxelSpace
objects.
## S4 method for signature 'VoxelSpace'
show(object)
## S3 method for class 'VoxelSpace'
print(x, ...)
## S3 method for class 'VoxelSpace'
length(x)
## S3 method for class 'VoxelSpace'
dim(x)
is.VoxelSpace(x)
## S4 method for signature 'VoxelSpace'
ncol(x)
## S4 method for signature 'VoxelSpace'
nrow(x)
## S3 method for class 'VoxelSpace'
names(x)
object |
a |
x |
a |
... |
further arguments passed to |
length.VoxelSpace
AMAPVox allows to discard empty voxels in the voxel file. In such case
length.VoxelSpace
will return the expected number of voxels as if
none were missing. As a consequence the number of voxels stored in the
VoxelSpace
object may be inferior to the returned
value, namely nrow(x) <= length(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.