forked from cran/simET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
108 lines (107 loc) · 3.52 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Generated by roxygen2: do not edit by hand
export("%>%")
export(Kcb_adj_for_DualKc)
export(Model_DualKc)
export(Model_SW)
export(Model_single_Kc)
export(cal_ActualVapourPressure_for_hourly)
export(cal_ActualVapourPressure_from_RHmax)
export(cal_ActualVapourPressure_from_RHmaxAndRHmin)
export(cal_ActualVapourPressure_from_RHmean)
export(cal_ActualVapourPressure_from_dewPoint)
export(cal_ActualVapourPressure_from_psychrometricData)
export(cal_DP_for_singleKc)
export(cal_DPe_for_DualKc)
export(cal_DPr_for_DualKc)
export(cal_DeepPercolation)
export(cal_Dei_for_DualKc)
export(cal_ET0_from_PM)
export(cal_ET0_from_PM_for_daily)
export(cal_ET0_from_PM_for_hourly)
export(cal_Kc_max_for_DualKc)
export(cal_Kcend_for_singleKc)
export(cal_Kcini_for_SingleKc)
export(cal_Kcmid_for_singleKc)
export(cal_Kr_for_DualKc)
export(cal_Rs_from_Na)
export(cal_TEW_for_DualKc)
export(cal_TemMean)
export(cal_WaterStressCoef)
export(cal_afterRedistribution)
export(cal_airVaporPressureDeficit_meanCanopyflow)
export(cal_angerFromSouth)
export(cal_atmosphericPressure)
export(cal_bulkBoundaryLayerResistance)
export(cal_canopyPenetrationProbabilityForNetRadiation)
export(cal_canopyResistance)
export(cal_canopyTem)
export(cal_capillaryRise)
export(cal_cropRoughnessLength)
export(cal_daylightHours)
export(cal_eddyDiffusivity_Canopytop)
export(cal_eddyDiffusivity_heightZ)
export(cal_extraterrestrialRadiation_for_daily)
export(cal_extraterrestrialRadiation_for_shorter)
export(cal_frictionVelocity)
export(cal_hourAngle)
export(cal_inverseRelativeDistance_Earth_sun)
export(cal_latentHeatFluxesForCrop)
export(cal_latentHeatFluxesForSoil)
export(cal_localDolarTime)
export(cal_meanCanopyFlowToReferenceLevel)
export(cal_meanSaturationVapourPressure)
export(cal_netLongwaveRadiation)
export(cal_netRadiation)
export(cal_netRadiationForCrop)
export(cal_netRadiationForSoil)
export(cal_netRadiationForSystem)
export(cal_netSolarRadiation)
export(cal_percolationForExcessWater)
export(cal_psychrometriCconstant)
export(cal_reductionFactorForE)
export(cal_reductionFactorForT)
export(cal_relativeHumidity)
export(cal_saturationVapourPressure)
export(cal_sensibleHeatFluxesForCrop)
export(cal_sensibleHeatFluxesForSoil)
export(cal_skySolarRadiation_withas_bs)
export(cal_skySolarRadiation_withas_elevation)
export(cal_slopeOfSaturationVapourPressureCurve)
export(cal_soilHeatFlux)
export(cal_soilHeatFlux_day)
export(cal_soilHeatFlux_general)
export(cal_soilHeatFlux_hourly)
export(cal_soilHeatFlux_monthly)
export(cal_soilSurfaceResistance)
export(cal_soilSurfaceToMeanCanopyFlow)
export(cal_solarDeclination)
export(cal_solarDeclination_in_FAO)
export(cal_solarInclination)
export(cal_solarRadiation)
export(cal_sunsetHourAngle)
export(cal_sunsetTime)
export(cal_totalLatentHeatFlux)
export(cal_windSpeed_Canopy)
export(cal_zeroPlaneHeight)
export(compare_model_plot)
export(convert_Date_to_dayofyear)
export(convert_Fahrenheit_to_degreesCelsius)
export(convert_Rad_unit)
export(convert_angert_to_radian)
export(convert_degreesCelsius_to_Fahrenheit)
export(convert_windSpeed_to_2m)
export(create_modelDF)
export(estimate_ET0_with_TmaxAndTmin)
export(estimate_LAI_for_alfalfa)
export(estimate_Rs_for_islandLocations)
export(estimate_Rs_from_airTemDiff)
export(estimate_ea)
export(estimate_goodnessOfFit)
export(linear_interpolation)
importFrom(dplyr,n)
importFrom(ggplot2,aes_)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(utils,write.csv)