Nothing
#' @export
Salinity <- function(chl_std_seawater, T1, T2){
Salinity = 0.03 + (1.805 * (chl_std_seawater * (T1/T2)))
return(Salinity)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.