Description Usage Arguments Value Examples
View source: R/read.dataCube.R
Creates a data matrix from a .csv file containing HSI data. The input data must have the following dimension, (rowsxcols)xbands
1 2 | read.dataCube(HSIdata, separator = "", rows = 200, cols = 400,
bands = 216)
|
HSIdata |
csv file |
separator |
the field separator character |
rows |
number of rows |
cols |
number of columns |
bands |
number of bands |
data.mat data in matrix format
1 | data.mat <- read.dataCube("syntetisk_aeble.csv","",rows,cols,bands)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.