i_value | R Documentation |
i_value
constructs value matrix in the appropriate format
i_value(x, nbands = NULL, nsample = NULL)
x |
numeric matrix, dataframe or vector (in case of single spectrum) |
nbands |
Integer of expected number of bands. If NULL (default) checking is skipped. |
nsample |
Integer of expected number of samples. If NULL (default) checking is skipped. |
Coerces input form different formats into data conformable to value, which is a numeric matrix with no dimension names.
data conformable to relative value: numeric matrix
Jose Eduardo Meireles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.