-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
156 lines (155 loc) · 3.63 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
# Generated by roxygen2: do not edit by hand
S3method(as_distr,SpatRaster)
S3method(as_distr,data.frame)
S3method(as_distr,sf)
S3method(dim,BirdFlow)
S3method(ncol,BirdFlow)
S3method(nrow,BirdFlow)
S3method(plot,BirdFlowRoutes)
S3method(predict,BirdFlow)
S3method(print,BirdFlow)
S3method(print,BirdFlowRoutes)
S3method(st_as_sf,BirdFlowRoutes)
S3method(st_bbox,BirdFlow)
S3method(st_crs,BirdFlow)
export(add_dynamic_mask)
export(animate_distr)
export(animate_flux)
export(animate_movement_vectors)
export(animate_routes)
export(as_distr)
export(as_transitions)
export(birdflow_crs)
export(birdflow_options)
export(build_transitions)
export(calc_flux)
export(calc_movement_vectors)
export(col_to_x)
export(combine_transitions)
export(distribution_performance)
export(drop_transitions)
export(evaluate_performance)
export(export_birdflow)
export(export_rasters)
export(extend_birdflow)
export(flatten_raster)
export(get_coastline)
export(get_countries)
export(get_dates)
export(get_distr)
export(get_dynamic_mask)
export(get_loss)
export(get_marginal)
export(get_mask)
export(get_metadata)
export(get_naturalearth)
export(get_states)
export(get_transition)
export(great_circle_distances)
export(has_distr)
export(has_dynamic_mask)
export(has_marginals)
export(has_transitions)
export(i_to_col)
export(i_to_rc)
export(i_to_row)
export(i_to_x)
export(i_to_xy)
export(i_to_y)
export(import_birdflow)
export(interval_log_likelihood)
export(is_cyclical)
export(is_distr_valid)
export(is_location_valid)
export(latlon_to_xy)
export(load_collection_index)
export(load_model)
export(lookup_date)
export(lookup_season_timesteps)
export(lookup_timestep)
export(lookup_timestep_sequence)
export(make_mask)
export(n_active)
export(n_distr)
export(n_parameters)
export(n_timesteps)
export(n_transitions)
export(pad_timestep)
export(plot_distr)
export(plot_flux)
export(plot_loss)
export(plot_movement_vectors)
export(plot_routes)
export(preprocess_species)
export(rasterize_distr)
export(rc_to_i)
export(route)
export(route_migration)
export(row_to_y)
export(sample_distr)
export(shrink_birdflow)
export(snap_to_birdflow)
export(sparsify)
export(species)
export(species_info)
export(truncate_birdflow)
export(validate_BirdFlow)
export(x_to_col)
export(xy_to_i)
export(xy_to_latlon)
export(y_to_row)
exportMethods(compareGeom)
exportMethods(crs)
exportMethods(ext)
exportMethods(rast)
exportMethods(res)
exportMethods(xmax)
exportMethods(xmin)
exportMethods(xres)
exportMethods(ymax)
exportMethods(ymin)
exportMethods(yres)
importClassesFrom(Matrix,Matrix)
importClassesFrom(Matrix,dgCMatrix)
importClassesFrom(Matrix,dgRMatrix)
importClassesFrom(Matrix,sparseMatrix)
importFrom(Matrix,Matrix)
importFrom(grDevices,gray)
importFrom(grDevices,grey)
importFrom(grDevices,rgb)
importFrom(methods,as)
importFrom(methods,is)
importFrom(rhdf5,h5ls)
importFrom(rhdf5,h5read)
importFrom(rlang,.data)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_crs)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(terra,crs)
importFrom(terra,ext)
importFrom(terra,res)
importFrom(terra,xmax)
importFrom(terra,xmin)
importFrom(terra,xres)
importFrom(terra,ymax)
importFrom(terra,ymin)
importFrom(terra,yres)
importMethodsFrom(Matrix,"%*%")
importMethodsFrom(Matrix,colSums)
importMethodsFrom(Matrix,print)
importMethodsFrom(Matrix,rowSums)
importMethodsFrom(Matrix,t)
importMethodsFrom(terra,compareGeom)
importMethodsFrom(terra,crs)
importMethodsFrom(terra,ext)
importMethodsFrom(terra,rast)
importMethodsFrom(terra,res)
importMethodsFrom(terra,xmax)
importMethodsFrom(terra,xmin)
importMethodsFrom(terra,xres)
importMethodsFrom(terra,ymax)
importMethodsFrom(terra,ymin)
importMethodsFrom(terra,yres)