-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
42 lines (41 loc) · 1.2 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
# Generated by roxygen2: do not edit by hand
export(def_compter_obs)
export(mef_ajouter_absence)
export(mef_ajouter_coords)
export(mef_ajouter_coords_wgs84)
export(mef_ajouter_esp_idp)
export(mef_ajouter_na)
export(mef_ajouter_ope_date_complete)
export(mef_ajouter_ope_saison)
export(mef_ajouter_poids)
export(mef_ajouter_taille_min_max)
export(mef_ajouter_trait)
export(mef_completer_poids)
export(mef_convertir_en_taille_totale)
export(mef_estimer_poids_taille)
export(mef_estimer_poids_taille_min_max)
export(mef_filtrer_distribution_native)
export(mef_filtrer_obs)
export(mef_filtrer_operation)
export(mef_filtrer_presence)
export(mef_reconstituer_capture_par_stade)
export(mef_reconstituer_capture_par_taille)
export(mef_reconstituer_effectif_par_stade)
export(mef_reconstituer_effectif_par_taille)
export(plot_distribution_native)
export(plot_repartition_observation)
import(GFE)
import(dplyr, except = lag)
import(lubridate)
import(magrittr)
import(rlang, except = set_names)
import(sf)
import(stats, except = filter)
import(tidyr, except = extract)
import(tidyselect)
import(utils)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,postscript)
importFrom(grDevices,x11)
importFrom(graphics,par)