Satellite ocean colour is missing wherever cloud, ice, or low sun angle blocked the view, and those gaps are not spread evenly — they cluster in particular seasons and latitudes. A series can look complete in a table and be mostly empty in winter.
Arguments
- env_dat
an
sfPOINT object fromaccessEnvDat()- vars
which variables to show;
NULLuses all covariate columns- main
plot title
- ...
passed to
graphics::plot()
Details
This plots the fraction of cells carrying a value in each time step, which is
the thing to look at before trusting a monthly mean or deciding whether
fill_satellite_gaps() is worth the seam it introduces.
See also
fill_satellite_gaps(), upscale_time(), whose min_coverage
argument acts on the same quantity
Examples
if (FALSE) { # \dontrun{
chl <- accessEnvDat(vars = "CHL", years = 2010, months = 1:12, bounding_box = bb)
plot_coverage(chl)
# The winter months are the ones to be careful with.
} # }