readTowData: Continuous Plankton Recorder (CPR) Data Analyser

Description Usage Arguments Details Value Note Author(s) See Also Examples

Description

This package is designed for the purpose of data analysis and visualisation for the Mediterranean Continuous Plankton Recorder Survey (MedCPR) project.

Usage

1

Arguments

tow.id

The serial number of the specific tow

tow.ais

Data files for the tow

tow.log

Data files for the tow

tow.ctd

Data files for the tow

tow.pci

Data files for the tow

silk.start

Beginning of silk partitioning

silk.stop

End of silk partitioning

time.offset

Time elapsed (in sec) until first data recording

Details

Cool stuff to wait for...

Value

towClass

All data and methods are wrapped within this S4 class

Note

The author is indebted to Rana Abu Alhaija for her invaluable contributions to the development and improvement of this package.

Author(s)

  1. Kamil Erguler, Associate Research Scientist, EEWRC, The Cyprus Institute k.erguler@cyi.ac.cy

See Also

lonlat

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
## Not run: 
tow <- towClass(tow.log="data/9_TowLog_R.csv",
                tow.ais="data/9_TowAIS_R.csv",
                tow.ctd="data/9_CTD_R.csv",
                tow.pci="data/9_PCI_R.csv",
                tow.id=9,
                silk.start=0,
                silk.stop=26.9,
                time.zone="Etc/GMT-2")

## Then, we can view the summary of the class contents with the followings:

print(tow)

print(tow@data.log)
print(tow@data.ais)
print(tow@data.ctd)
print(tow@data.pci)

plot(tow)

## End(Not run)

kerguler/DataCPR documentation built on May 17, 2019, 9:13 a.m.