pplot: pplot

Description Usage Arguments Value Examples

View source: R/pplot.R

Description

Create depth profiles of ocean properties.Depth profiles are plotted with depth along the vertical axis (y-axis) where seasurface represents 0m and is plotted at the top axis and deepest waters (eg. 2000m) are plotted at the bottom of y-axis. The range on the horizontal axis (x-axis) represents the range in the ocean property being plotted.

Usage

1
pplot(df, property, depth)

Arguments

df

dataframe

property

numeric vector

depth

numeric vector

Value

plot

Examples

1
#' pplot(data,"temp","depth")

AnnaMagdalena/Ocgrtools documentation built on May 5, 2019, 6:03 a.m.