seasonder_getSeaSondeRCS_header | R Documentation |
Getter for header
seasonder_getSeaSondeRCS_header(seasonder_cs_object)
seasonder_cs_object |
SeaSondeRCS object |
A list containing the header data of the SeaSondeRCS object.
# Create a minimal SeaSondeRCS object with a header attribute
cs_obj <- structure(list(data = list(a = 1, b = 2)), class = "SeaSondeRCS")
attr(cs_obj, "header") <- list(
nSiteCodeName = "Station1",
nDateTime = Sys.time(),
nDopplerCells = 2,
nRangeCells = 3
)
header_data <- seasonder_getSeaSondeRCS_header(cs_obj)
print(header_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.