sum_ss_grds_to_ts | R Documentation |
Summarize Seascape grids into a table having columns: date
, cellvalue
(ie
CLASS) and number of cells (n_cells
).
sum_ss_grds_to_ts(grds, ts_csv = NULL, verbose = F)
grds |
raster stack with more than one date, as returned by
|
ts_csv |
path to csv to save this time series table. Default is NULL, in
which case the table is not saved. If path is set and already exists then
that will be read in if all dates in the |
verbose |
show messages of process. Useful for debugging. Default: FALSE. |
This function is particularly helpful in between using get_ss_grds()
and
plot_ss_ts()
.
tibble
of data
ply <- get_url_ply("mbnms")
ss_i <- get_ss_info()
grds <- get_ss_grds(ss_i, ply, date_beg = "2020-01-01")
tbl <- sum_ss_grds_to_ts(grds)
tbl
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.