-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
86 lines (85 loc) · 1.8 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
# Generated by roxygen2: do not edit by hand
export(MDA8)
export(SelectByInvertedDate)
export(add_FIT)
export(calculate_ACC_RAIN)
export(calculate_AOD)
export(calculate_CCN)
export(calculate_CDNC)
export(calculate_COT)
export(calculate_CWP)
export(calculate_DZ)
export(calculate_column)
export(ccbind)
export(comparison)
export(crbind)
export(displace)
export(evaluation)
export(extract_max)
export(extract_max_8h)
export(extract_mean)
export(extract_regime)
export(extract_serie)
export(first)
export(format_stats)
export(get_distances)
export(grid_proj)
export(interpolate)
export(last)
export(latitude)
export(latitude_proj)
export(latlon)
export(legend_range)
export(longitude)
export(longitude_proj)
export(merge_emission)
export(meta)
export(ncdump)
export(nd)
export(plot_diff)
export(plot_raster)
export(points_color)
export(project_emission)
export(raster_to_ncdf)
export(read.stat)
export(read_AIRS)
export(read_CERES)
export(read_MERGE)
export(read_MODIS)
export(read_MODIS_HDF)
export(read_OMI)
export(read_g4)
export(rh2qair)
export(sat_evaluation)
export(stats)
export(summarizer)
export(summary_emission)
export(summary_emission_24h)
export(value2color)
export(write.stat)
import(classInt)
import(eixport)
import(graphics)
import(ncdf4)
import(raster)
import(sf)
import(sp)
import(units)
importFrom(colorspace,lighten)
importFrom(eixport,wrf_raster)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,png)
importFrom(methods,missingArg)
importFrom(openair,modStats)
importFrom(openair,rollingMean)
importFrom(openair,selectByDate)
importFrom(openair,timeAverage)
importFrom(scales,alpha)
importFrom(stats,approxfun)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.csv)
importFrom(utils,write.table)
importFrom(zoo,rollmean)