| is.corr2d | R Documentation |
The function checks if an object is of class "corr2d".
is.corr2d(x)
x |
An object which should be check if it is of class "corr2d". |
The function uses the inherits function.
A logical scalar
R. Geitner et al. (2019) <DOI:10.18637/jss.v090.i03>
data(FuranMale, package = "corr2D")
twod <- corr2d(FuranMale, Ref1 = FuranMale[1, ], corenumber = 1)
# TRUE
is.corr2d(twod)
# FALSE
is.corr2d(2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.