getCruisePath: Get the Cruise Directory.

Description Usage Arguments Value Examples

Description

Retrieve the cruise directory path from a path string pointing to a file from that cruise

Usage

1
getCruisePath(this.path, slash=TRUE)

Arguments

this.path

Path to a file.

slash

Boolean to indicate which if a slash should be used

Value

the cruise path's direcgtory

Examples

1
2
3
path <- system.file("extdata","seaflow_cruise","2011_001","1.evt.opp", 
			package="flowPhyto")
getCruisePath(path)

flowPhyto documentation built on Sept. 12, 2016, 6:18 a.m.