README.md

ptfs4br: Pedotransfer Functions for Soil Applications in the Brazilian Territory

Project Status: Active – The project has reached a stable, usable
state and is being actively
developed. packageversion Build
Status cran
checks Rdoc Downloads

The ptfs4br contains a collection of pedotransfer functions (PTFs) built using open legacy data collected in the Brazilian territory. PTFs are empirical models estimated to predict the values of soil properties from other soil properties and environmental covariates that are easier or cheaper to measure or that are more readily available. The present version contains PTFs for predicting carbon and organic matter content.

Installation

The ptfs4br is not on CRAN yet.

The development version of ptfs4br, available at GitHub, can be installed using the devtools package with:

if (!require(devtools)) {
  install.packages(pkgs = "devtools")
}
devtools::install_github(repo = "samuel-rosa/ptfs4br")

Usage

ptfs4br can be used locally by running

ptfs4br::runApp()

A web version of ptfs4br is available at https://pedometria.shinyapps.io/ptfs4br/.

How to collaborate

We use the fork & pull collaborative development model. This means that you are free to make a parallel copy of this repository, change the source code as you see fit, and then push the changes to your personal copy of this repository. All this without requiring any authorization. If the changes you’ve made to your personal copy of this repository are interesting and you’re willing to share them with us, then just have them pulled – pull request – to this repository. After reviewing the changes, we will decide whether they can be merged – merge – with the source code of this repository.



samuel-rosa/ptfs4br documentation built on April 4, 2020, 12:25 a.m.