View source: R/additional-functions.R
AmpFromLocation | R Documentation |
Get amplitude of seasonal cycle from location
AmpFromLocation(
longitude,
latitude,
depth.upr,
depth.lwr,
proxy.type = c("degC", proxy.types)
)
longitude |
Longitude |
latitude |
Latitude |
depth.upr |
Upper end of depth range, as negative metres below sealevel |
depth.lwr |
Lower end of depth range, as negative metres below sealevel |
proxy.type |
Proxy type, decC or d18O |
A list
AmpFromLocation(120.5, 0.5, 0, -120, proxy.type = "d18O")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.