read_aodn_csv | R Documentation |
Returns a data.frame as is with a simple S3 class for future use.
read_aodn_csv(u, ...)
u |
AODN CSV URL |
... |
arguments passed to methods |
raodn data frame
d <- read_aodn_csv(collection_url)
#library(ggplot2)
# ggplot(d[d$pres < 100, ]) + aes(longitude, latitude, col = psal) + geom_point()
#ggplot(d) + aes(psal, -pres, col = temp) +
# geom_point() +
# facet_wrap(~platform_number)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.