Description Usage Arguments Value Author(s) Examples
Convert from COST CS data structure to fishPi CS structure.
1  | csDataTocsPi(csObj, seObj = NULL, extra = FALSE)
 | 
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.  | 
fishPi CS object.
Laurent Dubroca & Norbert Billet
1 2 3 4 5 6  | ## Not run: 
data(sole)
pipo <- csDataTocsPi(sole.cs)
head(pipo)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.