Description Usage Arguments Examples
Accessor methods for 'ddf' objects
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | splitRowDistn(x)
## S3 method for class 'ddo'
summary(object, ...)
## S3 method for class 'ddf'
summary(object, ...)
nrow(x)
NROW(x)
ncol(x)
NCOL(x)
## S4 method for signature 'ddf'
nrow(x)
## S4 method for signature 'ddf'
NROW(x)
## S4 method for signature 'ddf'
ncol(x)
## S4 method for signature 'ddf'
NCOL(x)
## S3 method for class 'ddf'
names(x)
|
x |
a 'ddf' object |
object |
a 'ddf'/'ddo' object |
... |
additional arguments |
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.