lonlat: Continuous Plankton Recorder (CPR) Data Analyser

Description Usage Arguments Value 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
  lonlat(tow,x=NULL)

Arguments

tow

The towClass to use for interpolation

x

ISOdatetime objects to calculate location. If not provided, data.ais or data.log is used

Value

time

Timestamp of the location

lon

Longitude

lat

Latidute

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
tow <- towClass(tow.ais="2MCHL/2_TowAIS_R.csv",
                tow.ctd="2MCHL/2_CTD_R.csv")

lonlat(tow)
lonlat(tow,tow@data.ctd$time)
lonlat(tow,ISOdatetime(2014,11,05,23,20,30,"Etc/GMT-2"))

## End(Not run)

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