GetLat: Get latitudes of proxy object

Description Usage Arguments Value Author(s) Source Examples

View source: R/small-methods.R

Description

The function returns the "lat" attribute of a "pTs" or "pField" object, i.e. the latitudes of the proxy sampling locations, as a numeric vector.

Usage

1

Arguments

data

a "pTs" or "pField" object.

Value

a numeric vector of the latitudes of the "pTs" or "pField" object.

Author(s)

Thomas Laepple

Source

Function copied from "basis.R" in paleolibary/src/.

Examples

1
2
3
4
# Some pField object
x <- pField(lat = seq(-75, -80, -5), lon = c(0, 135, 215), time = 1 : 4)

GetLat(x)

EarthSystemDiagnostics/pfields documentation built on Jan. 10, 2022, 10:37 p.m.