Description Usage Arguments Value Author(s) Examples
The purpose of this is to permit plotting with xtype="spine"
, so that
the section plot will display the distance of stations projected
onto the spine.
1 |
section |
a section object. |
spine |
either a list or a data frame, containing numeric items named
|
debug |
an integer specifying whether debugging information is
to be printed during the processing. This is a general parameter that
is used by many |
A section object with a spine added.
Dan Kelley
1 2 3 4 5 6 7 8 | library(oce)
data(section)
sectionWest <- subset(section, longitude < -60)
spine <- list(longitude=c(-74.5, -69.2, -55), latitude=c(38.6, 36.25, 36.25))
sectionWithSpine <- addSpine(sectionWest, spine)
plot(sectionWithSpine, which="map")
plot(sectionWithSpine, xtype="distance", which="temperature")
plot(sectionWithSpine, xtype="spine", which="temperature")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.