Description Usage Arguments Value Note Examples
Check if object is an ff-matrix object.
1 | is.ffmatrix(object)
|
object |
object to be checked |
Logical.
This function is meant to be used by developers.
1 2 3 4 5 6 | if (isPackageLoaded("ff")){
x1 <- ff(vmode="double", dim=c(10, 2))
is.ffmatrix(x1)
}
x1 <- matrix(0, nr=10, nc=2)
is.ffmatrix(x1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.