-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
37 lines (36 loc) · 911 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(plot,community)
S3method(plot,dist_decay)
S3method(plot,divar)
S3method(plot,sad)
S3method(plot,spec_sample_curve)
S3method(summary,community)
S3method(summary,sad)
export(abund_rect)
export(community)
export(community_to_sad)
export(dist_decay)
export(dist_decay_quadrats)
export(div_rand_rect)
export(div_rect)
export(divar)
export(rThomas_rcpp)
export(rare_curve)
export(sample_quadrats)
export(sampling_grids)
export(sampling_one_quadrat)
export(sampling_random_bruteforce)
export(sampling_random_overlap)
export(sampling_random_spatstat)
export(sampling_transects)
export(sim_poisson_community)
export(sim_poisson_coords)
export(sim_sad)
export(sim_thomas_community)
export(sim_thomas_coords)
export(spec_sample)
export(spec_sample_curve)
importFrom(Rcpp,sourceCpp)
importFrom(methods,is)
importFrom(sads,rsad)
useDynLib(mobsim, .registration = TRUE)