https://github.com/sckott/dendro
https://github.com/sckott/dendro
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sckott/dendro
- Owner: sckott
- License: other
- Created: 2015-04-30T05:05:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-30T05:07:48.000Z (about 11 years ago)
- Last Synced: 2025-03-23T23:36:10.744Z (over 1 year ago)
- Language: R
- Size: 84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
dendro
=======
```{r echo=FALSE}
knitr::opts_chunk$set(
warning = FALSE,
message = FALSE,
collapse = TRUE,
comment = "#>"
)
```
`dendro` is an R package to collect tree ring data.
## Install
```{r eval=FALSE}
install.packages("devtools")
devtools::install_github("sckott/dendro")
```
```{r}
library("dendro")
```
## Do something
xxxx