Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
472 changes: 341 additions & 131 deletions R/predict-biomass.R

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ common silvicultural analysis. It aims to support forest management and
research by providing a flexible toolkit for data manipulation and
summary.

### Suggested companion reading

If you want a visual overview before diving into the API, use the
supporting poster:

- [Poster on R silviculture](https://doi.org/10.13140/RG.2.2.28098.75205)

## Installation

You can install the development version of `silviculture` from
Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ reference:
desc: Datasets included in the package
contents:
- biomass_models
- carbon_models
- inventory_samples

- title: Objects
Expand Down
22 changes: 8 additions & 14 deletions inst/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ @article{vazquez-veloso_one_2025
pages = {122981},
}

<<<<<<< HEAD

@article{menendez-miguelez_species-specific_2022,
title = {Species-specific and generalized biomass models for estimating carbon stocks of young reforestations},
Expand Down Expand Up @@ -138,17 +137,12 @@ @article{cudjoe_allometry_2024
year = {2024},
keywords = {Pinus sylvestris, Tree allometry, Species mixture, Quercus petraea, Biomass equations, Dirichlet regression, Pine-oak mixed stand},
pages = {176061},
=======
@article{palahi_individual-tree_2003,
title = {Individual-tree growth and mortality models for {Scots} pine (\textit{{Pinus} sylvestris} {L}.) in north-east {Spain}},
volume = {60},
url = {https://www.afs-journal.org/articles/forest/pdf/2003/01/F3101.pdf},
number = {1},
journal = {Annals of Forest Science},
author = {Palahí, Marc and Pukkala, Timo and Miina, Jari and Montero, Gregorio},
year = {2003},
note = {Publisher: EDP Sciences},
keywords = {Pinus sylvestris},
pages = {1--10},
>>>>>>> ed07048169f72c5136e72eea26506076f320a24a
}

@misc{vazquez-veloso_poster_2025,
author = {Cidre-González, Adrián and Vázquez-Veloso, Aitor},
title = {silviculture: {An} {R} Package for {Forest} {Inventory} and {Silvicultural} {Workflows}},
year = {2025},
doi = {10.13140/RG.2.2.28098.75205},
howpublished = {Poster, ResearchGate},
}
34 changes: 22 additions & 12 deletions man/eq_biomass_cudjoe_2024.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 29 additions & 18 deletions man/eq_biomass_dieguez_aranda_2009.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 22 additions & 8 deletions man/eq_biomass_manrique_2017.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 36 additions & 5 deletions man/eq_biomass_menendez_2022.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 38 additions & 18 deletions man/eq_biomass_montero_2005.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 35 additions & 4 deletions man/eq_biomass_ruiz_peinado_2011.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading