Learn R Programming

paleofire (version 1.2.4)

summary.pfSiteSel: summary.pfSiteSel

Description

Return a summary table for an object of the class "pfSiteSel"

Usage

# S3 method for pfSiteSel
summary(object, ...)

Arguments

object

An object of the class "pfSiteSel".

Value

Data.frame, returns the following informations: "id_site", "lat", "long" "elevation", "min_est_age", "max_est_age", "num_dating", "date_int", "num_samp", "l12", "rf99".

Examples

Run this code
# NOT RUN {
ID=pfSiteSel(id_site==2)
summary(ID)

# }

Run the code above in your browser using DataLab