Description Usage Arguments Details Value Author(s) References See Also Examples
User defined isolines are calculated from satellite data and returned as polylines
1 | isolineSatin(satin.obj, levels, image = 1, plot = TRUE)
|
satin.obj |
a satin object as returned by |
levels |
vector of desired isolines |
image |
number of image to process |
plot |
logical, if |
Polyline coordinates of desired isolines are calculated via contourLines
and convCP
(from PBSMapping package). Perhaps only interesting with sea surface temperatures (isotherms).
a data frame object of class "PolySet". See help(PolySet)
for a complete description
Héctor Villalobos, from code in examples of PBSMapping package
Schnute, J.T., Boers, N.M., Haigh, R. and Couture-Beil, A. 2011. PBS Mapping 2.62: user's guide revised from Canadian Technical Report of Fisheries and Aquatic Sciences 2549:vi + 112 p. Last updated Feb 29, 2011.
1 2 3 4 5 | data(dbsst)
sst0.5 <- scaleSatin(dbsst, extent=0.5)
isolin <- isolineSatin(sst0.5, levels=c(13, 17, 21))
plotSatin(dbsst)
addLines(isolin$PolySet, col="black")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.