Description Usage Arguments Value Examples
Principal Components Analysis Transformation
1 |
mis |
Raster brick object with the original multispectral bands |
pan |
Raster layer object with the panchromatic band |
method |
Resampling method, should be ‘"bilinear"’ for bilinear interpolation, or ‘"ngb"’ |
bits |
Radiometric resolution of the original multispectral bands |
matrix |
PCA matrix. It is the pca matrix of variable loadings. The usual working mode is to allow the function calculates it, but it can be introduced by the user. |
mode |
With mode=-1 the first component is multiplied by -1 |
Raster brick object with the bands obtained by the fusion process
1 | pca <- pca_fusion(mis=mis, pan=pan, method="bilinear", bits=16)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.