seasonder_getVersion.SeaSondeRAPM {SeaSondeR}R Documentation

Get the version value from a SeaSondeRAPM object

Description

Get the version value from a SeaSondeRAPM object

Usage

## S3 method for class 'SeaSondeRAPM'
seasonder_getVersion(seasonder_obj)

Arguments

seasonder_obj

A SeaSondeRAPM object.

Value

The version value.

Examples

# Create a default SeaSondeRAPM object
obj <- seasonder_createSeaSondeRAPM()
# Retrieve version via the generic function
version <- seasonder_getVersion(obj)
print(version)

[Package SeaSondeR version 0.2.8 Index]