diff options
Diffstat (limited to 'pkg/NAMESPACE')
-rw-r--r-- | pkg/NAMESPACE | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pkg/NAMESPACE b/pkg/NAMESPACE index a1c5df2..4214464 100644 --- a/pkg/NAMESPACE +++ b/pkg/NAMESPACE @@ -1,6 +1,10 @@ -# Generated by roxygen2 (4.1.1): do not edit by hand +# Generated by roxygen2: do not edit by hand +S3method(GUS,chent) +S3method(GUS,numeric) S3method(plot,TOXSWA_cwa) +S3method(print,GUS_result) +export(GUS) export(PEC_soil) export(PEC_soil_product) export(PEC_sw_drainage_UK_ini) @@ -10,9 +14,15 @@ export(PEC_sw_sed) export(SFO_actual_twa) export(SSLRC_mobility_classification) export(TOXSWA_cwa) +export(endpoint) export(geomean) export(pfm_degradation) export(read.TOXSWA_cwa) +export(soil_DT50) +export(soil_Kfoc) +export(soil_N) +export(soil_sorption) +import(chents) import(graphics) import(mkin) importFrom(R6,R6Class) |