Description Usage Arguments Examples
Provides a brief overview of the contents of a CMEMS.config object
1 2 | ## S4 method for signature 'CMEMS.config'
show(object)
|
object |
CMEMS.config object to show. |
1 2 3 4 5 6 7 | cfg <- CMEMS.config(motu="http://my.cmems-du.eu/motu-web/Motu",
service.id = "SST_GLO_SST_L4_REP_OBSERVATIONS_010_011-TDS",
product.id = "METOFFICE-GLO-SST-L4-RAN-OBS-SST",
variable = c("analysed_sst","analysis_error"))
show(cfg)
#Or mor simply
cfg
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.