-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
47 lines (46 loc) · 1.25 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
# Generated by roxygen2: do not edit by hand
export(add_coordinate_uncertainty)
export(apply_manual_sampling_bias)
export(apply_polygon_sampling_bias)
export(create_spatial_pattern)
export(filter_observations)
export(generate_taxonomy)
export(grid_designation)
export(map_add_coordinate_uncertainty)
export(map_filter_observations)
export(map_grid_designation)
export(map_sample_observations)
export(map_simulate_occurrences)
export(map_simulation_functions)
export(sample_from_binormal_circle)
export(sample_from_uniform_circle)
export(sample_observations)
export(sample_occurrences_from_raster)
export(simulate_occurrences)
export(simulate_random_walk)
export(simulate_timeseries)
import(assertthat)
import(dplyr)
import(sf)
importFrom(gstat,gstat)
importFrom(gstat,vgm)
importFrom(methods,formalArgs)
importFrom(mnormt,rmnorm)
importFrom(purrr,map)
importFrom(purrr,pmap)
importFrom(purrr,quietly)
importFrom(rlang,.data)
importFrom(stats,predict)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(terra,global)
importFrom(terra,rast)
importFrom(terra,rasterize)
importFrom(terra,res)
importFrom(terra,spatSample)
importFrom(terra,vect)
importFrom(tidyr,unnest)
importFrom(vegan,decostand)