pfPublication: Get citations for charcoal sites

Description Usage Arguments Value Author(s) Examples

View source: R/pfPublication.R

Description

Get citations for charcoal sites

Usage

1
pfPublication(x, output = "data.frame")

Arguments

x

A "pfSiteSel" object

output

Defines the output as a "list" or a "data.frame" (default).

Value

A list or data frame with citation informations related to charcoal sites.

Author(s)

O. Blarquez

Examples

1
2
x=pfSiteSel(id_site %in% c(1:4))
pfPublication(x,output="list")

Example output

Loading required package: GCD
This is paleofire v1.2.4 | GCD v4.0.7
[[1]]
[[1]]$id_site
[1] 1

[[1]]$site_name
[1] "Cygnet"

[[1]]$citation
[1] "Millspaugh, S.H., Whitlock, C., and Bartlein, P.J. 2000. Variations in fire frequency and climate over the last 17,000 years in central Yellowstone National Park.  Geology 28: 211-214."                             
[2] "Millspaugh, S.H. 1997, Late-glacial and Holocene variations in fire frequency in the Central Plateauand Yellowstone-Lamar Provinces of Yellow-stone National Park. Ph.D. thesis. Eugene, University of Oregon, 262 p."


[[2]]
[[2]]$id_site
[1] 2

[[2]]$site_name
[1] "Slough Creek Pond"

[[2]]$citation
character(0)


[[3]]
[[3]]$id_site
[1] 3

[[3]]$site_name
[1] "Burnt Knob"

[[3]]$citation
[1] "Brunelle, A., and Whitlock, C. 2003. Holocene vegetation, fire, and climate history from the Selway Mountains, Idaho.  Quaternary Research 60: 307-318."


[[4]]
[[4]]$id_site
[1] 4

[[4]]$site_name
[1] "Baker"

[[4]]$citation
[1] "Brunelle-Daines, A. (2002). Holocene changes in fire, climate, and vegetation in the Northern Rocky Mountains of Idaho and western Montana.  Ph.D. Dissertation.  University of Oregon."              
[2] "Brunelle, A., Whitlock, C., Bartlein, P.J., and Kipfmueller K. 2005. Holocene fire and vegetation along environmental gradients in the Northern Rocky Mountains. Quaternary Science Reviews in press."

paleofire documentation built on Jan. 11, 2020, 9:44 a.m.