Skip to contents

Get amplitude of seasonal cycle from location

Usage

AmpFromLocation(
  longitude,
  latitude,
  depth.upr,
  depth.lwr,
  proxy.type = c("degC", proxy.types)
)

Arguments

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

Value

A list

Examples

AmpFromLocation(120.5, 0.5, 0, -120, proxy.type = "d18O")
#> $mean.amp
#> [1] 0.292383
#> 
#> $sig.sq_c
#> [1] 0.01068597
#> 
#> $mean.p.T
#> [1] NA
#> 
#> $mean.d18Oc
#> [1] -2.140093
#>