df_g: Toy dataset with centered/interval dating

df_gR Documentation

Toy dataset with centered/interval dating

Description

Only used for examples

Usage

df_g

Format

An object of class tbl_df (inherits from tbl, data.frame) with 8 rows and 5 columns.

Details

This is obtained with:

set.seed(2329)
df_g <- tibble::tibble(c14  = round(runif(8, -100, 100)), # best prediction
                       sd1   = round(runif(8, 5, 20)),     # one sd
                       species = rep(c("fox", "hound"), each=4), # dummy grouping
                        site = rep(letters[1:2], each=2, times=2), # dummy sites
                       mes  = c(1:4, 4:1) + runif(8, -0.5, 0.5))
usethis::use_data(df_g, overwrite=TRUE)

vbonhomme/pataqu documentation built on April 24, 2022, 10:03 p.m.