Learn R Programming

paleofire (version 1.1.8)

summary.pfSiteSel: summary.pfSiteSel

Description

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

Usage

"summary"(object, ...)

Arguments

object
An object of the class "pfSiteSel".
...
...

Value

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

Examples

Run this code

ID=pfSiteSel(id_site==2)
summary(ID)

Run the code above in your browser using DataLab