Files in springgbv/Open-Bodem-Index-Calculator
Calculate the Open Bodem Index (OBI) Score

.Rbuildignore
.github/.gitignore
.github/workflows/check-standard.yaml
.github/workflows/pkgdown.yaml
.github/workflows/pr-commands.yaml
.github/workflows/test-coverage.yaml
.gitignore
DESCRIPTION
DEV/data/Wosten2001_Tabel.csv
DEV/data/aaltjes_gewas_schema.csv
DEV/data/binnenveld.csv
DEV/data/bodem.csv
DEV/data/bodemopties_helptabel.csv
DEV/data/brp_crops_2020.csv
DEV/data/column_description.csv
DEV/data/column_description_obic.rds
DEV/data/crumbleability.csv
DEV/data/ea_aaltjes.csv
DEV/data/maatregel_description_bkp.csv
DEV/data/maatregel_effect.csv
DEV/data/maatregel_effect_bkp.csv
DEV/data/maatregel_groep.csv
DEV/data/makkink.csv
DEV/data/nematodes.csv
DEV/data/nretention_groenendijk_gw.csv
DEV/data/nretention_groenendijk_ow.csv
DEV/data/parameters.csv
DEV/data/recom_measures_code.csv
DEV/data/season.obic.csv
DEV/data/season_obic.csv
DEV/data/tbl_ph_delta.csv
DEV/data/weather.csv
DEV/data/weight_obic.csv
DEV/scripts/check_dust_scores_several_croprots.R DEV/scripts/merge_nema_tables.R DEV/scripts/ppr_binnenveld.R DEV/scripts/ppr_bouwplan_tables.R DEV/scripts/ppr_column_description.R DEV/scripts/ppr_crops_crumbleability.R DEV/scripts/ppr_crops_obic.R DEV/scripts/ppr_maatregel.R DEV/scripts/ppr_makkink.R DEV/scripts/ppr_management.R DEV/scripts/ppr_nema_obic.R DEV/scripts/ppr_nretention.R DEV/scripts/ppr_ph_delta.R DEV/scripts/ppr_recommendations_bkp.R DEV/scripts/ppr_season_obic.R DEV/scripts/ppr_soils.R DEV/scripts/ppr_waterretention_wosten2001.R DEV/scripts/ppr_waterstress.R DEV/scripts/ppr_weather.R DEV/scripts/ppr_weights.R
DEV/tests/input.json
DEV/tests/obi2.json
DEV/tests/testing_obic1.R DEV/tests/testing_obic2.R DEV/tests/workability_testcases.R
LICENSE
NAMESPACE
NEWS.md
Open-Bodem-Index-Calculator.Rproj
R/bodemconditiescore.R R/bulk_density.R R/cec.R R/compaction.R R/crop_classification.R R/crop_rotation.R R/crumbleability.R R/evaluate.R R/grass_age.R R/groundwater_recharge.R R/magnesium.R R/makkink.R R/management.R R/management_defaults.R R/metals.R R/nematode.R R/nitrogen.R R/nitrogen_efficiency.R R/nretention.r R/obic.R R/obic_format_inputs.R R/obic_recommendations.R R/organic_carbon.R R/pesticides.R R/ph.R R/phosphate_availability.R R/pmn.R R/potassium.R R/precipitation_surplus.R R/resistance.R R/root_depth.R R/sealing.R R/sombalance.R R/sulfur.R R/tables.R R/wateravailability.R R/waterretention.R R/winderodibility.R R/workability.R README.md
codecov.yml
data-raw/crops_obic/crops_obic.csv
data/binnenveld.rda
data/bouwsteen_tb.rda
data/column_description.obic.rda
data/crops.makkink.rda
data/crops.obic.rda
data/eval.crumbleability.rda
data/management.obic.rda
data/nema.crop.rot.obic.rda
data/nema.obic.rda
data/nleach_table.rda
data/recom.obic.rda
data/recom.obic_bkp.rda
data/season.obic.rda
data/soils.obic.rda
data/tbl.ph.delta.rda
data/waterstress.obic.rda
data/weather.obic.rda
data/weight.obic.rda
inst/CITATION
man/add_management.Rd man/binnenveld.Rd man/bouwsteen_tb.Rd man/calc_aggregatestability.Rd man/calc_bcs.Rd man/calc_bulk_density.Rd man/calc_cec.Rd man/calc_copper_availability.Rd man/calc_cropclass.Rd man/calc_crumbleability.Rd man/calc_grass_age.Rd man/calc_magnesium_availability.Rd man/calc_makkink.Rd man/calc_man_ess.Rd man/calc_management.Rd man/calc_n_efficiency.Rd man/calc_nleach.Rd man/calc_nlv.Rd man/calc_organic_carbon.Rd man/calc_permeability.Rd man/calc_pesticide_leaching.Rd man/calc_ph_delta.Rd man/calc_phosphate_availability.Rd man/calc_pmn.Rd man/calc_potassium_availability.Rd man/calc_psp.Rd man/calc_root_depth.Rd man/calc_rotation_fraction.Rd man/calc_sbal_arable.Rd man/calc_sealing_risk.Rd man/calc_slv.Rd man/calc_sombalance.Rd man/calc_waterretention.Rd man/calc_waterstressindex.Rd man/calc_winderodibility.Rd man/calc_workability.Rd man/calc_zinc_availability.Rd man/cf_ind_importance.Rd man/column_description.obic.Rd man/crops.makkink.Rd man/crops.obic.Rd man/eval.crumbleability.Rd man/evaluate_logistic.Rd man/evaluate_parabolic.Rd man/format_aer.Rd man/format_gwt.Rd man/format_soilcompaction.Rd man/ind_aggregatestability.Rd man/ind_bcs.Rd man/ind_cec.Rd man/ind_compaction.Rd man/ind_copper.Rd man/ind_crumbleability.Rd man/ind_gw_recharge.Rd man/ind_magnesium.Rd man/ind_man_ess.Rd man/ind_management.Rd man/ind_n_efficiency.Rd man/ind_nematodes.Rd man/ind_nematodes_list.Rd man/ind_nitrogen.Rd man/ind_nretention.Rd man/ind_permeability.Rd man/ind_pesticide_leaching.Rd man/ind_ph.Rd man/ind_phosphate_availability.Rd man/ind_pmn.Rd man/ind_potassium.Rd man/ind_psp.Rd man/ind_resistance.Rd man/ind_sealing.Rd man/ind_sulfur.Rd man/ind_sulpher.Rd man/ind_waterretention.Rd man/ind_waterstressindex.Rd man/ind_winderodibility.Rd man/ind_workability.Rd man/ind_zinc.Rd man/management.obic.Rd man/nema.crop.rot.obic.Rd man/nema.obic.Rd man/nleach_table.Rd man/obic_evalmeasure.Rd man/obic_farm.Rd man/obic_field.Rd man/obic_field_dt.Rd man/obic_recommendations.Rd man/obic_recommendations_bkp.Rd man/pF_curve.Rd man/pFpara_class.Rd man/pFpara_ptf_Wosten1999.Rd man/pFpara_ptf_Wosten2001.Rd man/recom.obic.Rd man/recom.obic_bkp.Rd man/season.obic.Rd man/soils.obic.Rd man/tbl.ph.delta.Rd man/waterstress.obic.Rd man/weather.obic.Rd man/weight.obic.Rd tests/testthat.R tests/testthat/test-bodemconditiescore.R tests/testthat/test-bulk_density.R tests/testthat/test-cec.R tests/testthat/test-compaction.R tests/testthat/test-crop_classification.R tests/testthat/test-crop_rotation.R tests/testthat/test-crumbleability.R tests/testthat/test-format_gwt.R tests/testthat/test-format_soilcompaction.R tests/testthat/test-grass_age.R tests/testthat/test-groundwater_recharge.R tests/testthat/test-magnesium.R tests/testthat/test-management.R tests/testthat/test-metals.R tests/testthat/test-nematode.R tests/testthat/test-nitrogen.R tests/testthat/test-nitrogen_efficiency.R tests/testthat/test-nretention.R tests/testthat/test-obic_farm.R tests/testthat/test-obic_field.R tests/testthat/test-obic_field_dt.R tests/testthat/test-organic_carbon.R tests/testthat/test-permeability.R tests/testthat/test-pesticide_leaching.R tests/testthat/test-ph.R tests/testthat/test-phosphate-availability.R tests/testthat/test-pmn.R tests/testthat/test-potassium.R tests/testthat/test-precipitation_surplus.R tests/testthat/test-precipitation_surpluss.R tests/testthat/test-recommendations.R tests/testthat/test-resistance.R tests/testthat/test-root_depth.R tests/testthat/test-sealing.R tests/testthat/test-sombalance.R tests/testthat/test-sulfur.R tests/testthat/test-waterretention.R tests/testthat/test-waterstress.R tests/testthat/test-winderodibility.R tests/testthat/test-workability.R
vignettes/.gitignore
vignettes/Formula_K-unsaturated.png
vignettes/OBIC_score_integratie_2.png
vignettes/description-of-the-columns.Rmd vignettes/obic_introduction.Rmd vignettes/obic_score_aggregation.Rmd vignettes/obic_water_functions.Rmd vignettes/obic_workability.Rmd
vignettes/packages.bib
vignettes/vignettes_references.bib
vignettes/water_funs_references.bib
vignettes/workability_references.bib
springgbv/Open-Bodem-Index-Calculator documentation built on Sept. 13, 2024, 2:48 a.m.