GetHistory: Get history of a proxy object

Description Usage Arguments Value Author(s) Source See Also Examples

View source: R/small-methods.R

Description

The function returns the "history" attribute of a "pTs" or "pField" object.

Usage

1

Arguments

data

a "pTs" or "pField" object.

Value

Character string with the "history" attribute of data.

Author(s)

Thomas Laepple

Source

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

See Also

Other history: AddHistory()

Examples

1
2
3
4
5
# Create empty pTs object:
x <- pTs(lat = -75, lon = 0, time = 1,
         history = sprintf("Object created."))

GetHistory(x)

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