-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
33 lines (32 loc) · 893 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
# Generated by roxygen2: do not edit by hand
export(envPredictability)
export(envPredictabilityAndColwell)
export(env_stats)
export(gg_envpred)
export(is.envpreddata)
importFrom(dplyr,"%>%")
importFrom(dplyr,rename)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(imputeTS,na_interpolation)
importFrom(lomb,lsp)
importFrom(lubridate,ceiling_date)
importFrom(lubridate,days)
importFrom(stats,aggregate)
importFrom(stats,approxfun)
importFrom(stats,as.ts)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(stats,spectrum)
importFrom(stats,var)
importFrom(tidyr,pivot_longer)