seasonder_getSeaSondeRCS_data | R Documentation |
Getter for data
seasonder_getSeaSondeRCS_data(seasonder_cs_object)
seasonder_cs_object |
SeaSondeRCS object |
A list containing the data matrices for the SeaSondeRCS object. If the data is not set, it initializes the data structure with the number of range and Doppler cells.
seasonder_getnRangeCells
seasonder_getnDopplerCells
seasonder_initCSDataStructure
# Create a minimal SeaSondeRCS object
cs_obj <- structure(list(data = list(a = 1, b = 2)), class = "SeaSondeRCS")
data_list <- seasonder_getSeaSondeRCS_data(cs_obj)
print(data_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.