Learn R Programming

stratigraph (version 0.66)

writeGPDascii: Reads GPD ascii files

Description

Writes ascii files in the Global Pollen Database (GPD) ascii format.

Usage

writeGPDascii(x, counts = NULL, depths = NULL, sample.names = NULL, absolute.ages = NULL, taxa = NULL, short.names = NULL, tax.cat = NULL, metadata = NULL, output.file = NULL, ...) writeTilia(...)

Arguments

x
an object of class strat.column.
counts
NULL
depths
NULL
sample.names
NULL
absolute.ages
NULL
taxa
NULL
short.names
NULL
tax.cat
NULL
metadata
NULL
output.file
if NULL (the default), print output to the terminal
...
not currently used.

Value

References

Eric Grimm?

http://www.ncdc.noaa.gov/paleo/gpd.html http://www.ncdc.noaa.gov/paleo/pollen/gpdascii.html

See Also

readGPDascii, plot.strat.column

Examples

Run this code

## Note that this example will only work when executed on a
##   computer connected to the net

## Not run: 
# URL <- paste('ftp://ftp.ncdc.noaa.gov/pub/data/paleo/pollen/',
#              'asciifiles/fossil/ascfiles/gpd/rogerslk.txt', sep = '')
# rogerslk <- readGPDascii(URL)
# cat(writeGPDascii(rogerslk))
# ## End(Not run)

Run the code above in your browser using DataLab