-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
59 lines (58 loc) · 1.56 KB
/
NAMESPACE
File metadata and controls
59 lines (58 loc) · 1.56 KB
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
# Generated by roxygen2: do not edit by hand
export(calculate_D)
export(calculate_G)
export(calculate_H)
export(calculate_LE)
export(create_input_drivers)
export(create_model_parameters)
export(create_physical_constants)
export(de_dT)
export(generate_DTM_grid_TLS)
export(generate_fictive_grid)
export(import_RMI_observations)
export(import_pyr_observations)
export(import_soil_temperature)
export(longwave_two_stream_RTM)
export(lw_two_stream)
export(plots_dtm_struct)
export(plots_flux)
export(plots_lw)
export(plots_sw)
export(plots_temp)
export(run_foredgeclim)
export(saturated_vapor_pressure)
export(shortwave_two_stream_RTM)
export(sw_two_stream)
import(ggplot2)
import(grid)
import(png)
importFrom(data.table,CJ)
importFrom(data.table,as.data.table)
importFrom(data.table,setnames)
importFrom(data.table,setorder)
importFrom(data.table,uniqueN)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggtext,element_markdown)
importFrom(lidR,classify_ground)
importFrom(lidR,csf)
importFrom(lidR,filter_poi)
importFrom(lidR,knnidw)
importFrom(lidR,normalize_height)
importFrom(lidR,rasterize_terrain)
importFrom(lidR,readLAS)
importFrom(lidR,voxel_metrics)
importFrom(lubridate,floor_date)
importFrom(lubridate,hour)
importFrom(lubridate,hours)
importFrom(lubridate,ymd_hm)
importFrom(lubridate,ymd_hms)
importFrom(readxl,read_excel)
importFrom(scales,rescale)
importFrom(suncalc,getSunlightPosition)
useDynLib(ForEdgeClim, .registration = TRUE)