Description Usage Arguments Value Examples
function to return the first and the last year of tree ring series in an rwl object
1  | first_last(x)
 | 
x | 
 a data.frame/rwl object  | 
a data.frame with series names in the first column as character strings, and the first as well as the last years of the series in the second resp. third column
1 2 3  | library('dplR')
data('gp.rwl')
first_last(gp.rwl)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.