Description Usage Arguments Details Value Author(s) Examples
View source: R/lake_attribute_functions.R
Returns the light attenuation coefficient for a lake with the given ID
1  | getClarity(site_id, default.if.null = FALSE)
 | 
site_id | 
 The character ID for the requested data  | 
default.if.null | 
 boolean indicating if default Kd should be used if lake has no observations  | 
TODO
Light attenuation coefficient in m^-1
Luke Winslow, Jordan Read
1 2 3 4 5  | #NA returned when no site with that ID found
getClarity(c('6100', '10000', 'asdf'))
#Default can be requested as well
getClarity(c('6100','asdf', '10000', 'asdf'), default.if.null=TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.