Learn R Programming

paleofire (version 1.2.4)

pfPublication: Get citations for charcoal sites

Description

Get citations for charcoal sites

Usage

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.

Examples

Run this code
# NOT RUN {
x=pfSiteSel(id_site %in% c(1:4))
pfPublication(x,output="list")
# }

Run the code above in your browser using DataLab