csDataTocsPi: Convert from COST CS data structure to fishPi CS structure.

Description Usage Arguments Value Author(s) Examples

Description

Convert from COST CS data structure to fishPi CS structure.

Usage

1
csDataTocsPi(csObj, seObj = NULL, extra = FALSE)

Arguments

csObj

COST CS data object to convert.

seObj

SE (Sampling Event) table. If NULL a fake SE row is created and propagated.

extra

Logical, must extra columns (e.g. not in the COST definition) be added to the fishPi CS structure.

Value

fishPi CS object.

Author(s)

Laurent Dubroca & Norbert Billet

Examples

1
2
3
4
5
6
## Not run: 
data(sole)
pipo <- csDataTocsPi(sole.cs)
head(pipo)

## End(Not run)

ldbk/fishPifct documentation built on May 20, 2019, 11:28 p.m.