Skip to contents

A test dataset for sw_sum().

Usage

trs_example6

Format

A tibble of 4 variables:

series

unique ID of the tree-ring series

last

calendar year assigned to the last measured ring

n_sapwood

number of observed sapwood rings

waneyedge

waney edge present TRUE/FALSE

Examples

trs_example6
#>   series last n_sapwood waneyedge
#> 1 trs_25 1000         5     FALSE
#> 2 trs_26 1009        10     FALSE
#> 3 trs_27 1007        15     FALSE
#> 4 trs_28 1005        16     FALSE
#> 5 trs_29 1010         8     FALSE
#> 6 trs_30 1020         0     FALSE
#> 7 trs_31 1025        10     FALSE
#> 8 trs_32 1050         3     FALSE
#> 9 trs_33 1035         1     FALSE