Skip to contents

Getter for Type

Usage

seasonder_getSeaSondeRAPM_Type(seasonde_apm_obj)

Arguments

seasonde_apm_obj

SeaSonderAPM object

Value

The Type attribute from the object.

Examples

# Create a default SeaSondeRAPM object
obj <- seasonder_createSeaSondeRAPM()
#> seasonder_createSeaSondeRAPM:  APM object created successfully.
type <- seasonder_getSeaSondeRAPM_Type(obj)