show-CMEMS.config-method: Show a CMEMS.config object

Description Usage Arguments Examples

Description

Provides a brief overview of the contents of a CMEMS.config object

Usage

1
2
## S4 method for signature 'CMEMS.config'
show(object)

Arguments

object

CMEMS.config object to show.

Examples

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

markpayneatwork/RCMEMS documentation built on Jan. 18, 2021, 2:53 a.m.