-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
49 lines (48 loc) · 1.18 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
# Generated by roxygen2: do not edit by hand
S3method(plot,TSSRESTREND)
S3method(print,TSSRESTREND)
export(ACP.calculator)
export(AnMaxVI)
export(AnnualClim.Cal)
export(CHOW)
export(RESTREND)
export(TSSRESTREND)
export(TSSRattribution)
export(VPR.BFAST)
export(climate.accumulator)
export(franksCO2)
export(seg.RESTREND)
export(seg.VPR)
import(bfast)
import(ggplot2)
importFrom(RcppRoll,roll_mean)
importFrom(RcppRoll,roll_sum)
importFrom(bfast,bfast)
importFrom(broom,glance)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,grid)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,title)
importFrom(mblm,mblm)
importFrom(stats,coef)
importFrom(stats,cor.test)
importFrom(stats,end)
importFrom(stats,frequency)
importFrom(stats,lm)
importFrom(stats,p.adjust)
importFrom(stats,pchisq)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(stats,start)
importFrom(stats,time)
importFrom(stats,ts)
importFrom(stats,window)
importFrom(strucchange,sctest)
importFrom(utils,read.csv)
importFrom(utils,tail)