waterquality icon indicating copy to clipboard operation
waterquality copied to clipboard

Package designed to detect and quantify water quality and cyanobacterial harmful algal bloom (CHABs) from remotely sensed imagery

Results 3 waterquality issues
Sort by recently updated
recently updated
newest added

Currently, palette = "viridis". Should add palette as an argument so users can decide their own palette choice.

The function *extract_lm_cv* uses `my_formula = as.formula(paste(parameter, "~" ,algorithm))` but when this is passed to the function *extract_lm_cv_multi* we receive the following error "Using formula(x) is deprecated when x is...

A new function, `wq_prep()`, that creates a proper input depending on a given satellite and bands...

enhancement