Description Usage Arguments Value Examples
Check if an object is of class SAR_matrix
.
1 |
m |
An object |
Logical TRUE
if m
is a SAR_matrix
object, otherwise FALSE
.
1 2 3 4 | filename <- system.file(
"extdata", "MG_CC_sub_norm_testclip.tif", package="rsar")
m <- load_SAR_matrix(filename)
is_SAR_matrix(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.