vecToMatrix {sephora} | R Documentation |
Maps a vector (pixel of a satellite time series) to a matrix.
vecToMatrix(x, lenPeriod = 23)
x |
a numeric vector whose length must be a multiple of |
lenPeriod |
a numeric, number of observations per period |
A matrix with nrow
equal to length(x)/lenPeriod
and
ncol
equal to lenPeriod
.
fill_initialgap_MOD13Q1
, phenopar
,
vecFromData
.