View source: R/lsat_summarize_data.R
lsat_summarize_data | R Documentation |
This little function summarizes the temporal period and availability of observations at each sample site.
lsat_summarize_data(dt)
dt |
Data.table with columns named "sample.id" and "year". |
Data.table summarizing for each sample site the first, last, and number of years with observations, the minimum and maximum number of observations in a year, and the total number of observations across years. Also returns a figure showing the median (2.5 and 97.5 percentiles) number of observations per sample site across years for each Landsat satellite.
data(lsat.example.dt)
lsat.dt <- lsat_format_data(lsat.example.dt)
lsat.dt <- lsat_clean_data(lsat.dt)
lsat_summarize_data(lsat.dt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.