writeGPDascii: Reads GPD ascii files

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

Description

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

Usage

1
2
3
4
5
6
7
8
9
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

Returns invisibly.

Author(s)

Walton Green

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## 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)

stratigraph documentation built on May 30, 2017, 12:31 a.m.