-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
50 lines (49 loc) · 1.29 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
50
# Generated by roxygen2: do not edit by hand
S3method(plot,gnsstsmodel)
S3method(print,gnsstsmodel)
export(PBO_get_offsets)
export(PBO_get_station)
export(compare_fits)
export(create.gnssts)
export(create_A_matrix)
export(estimate_gmwmx)
export(estimate_hector)
export(read.gnssts)
export(remove_outliers_hector)
export(write.gnssts)
importFrom(Matrix,solve)
importFrom(Rcpp,sourceCpp)
importFrom(fs,file_move)
importFrom(grDevices,hcl)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(longmemo,ckFGN0)
importFrom(ltsa,TrenchInverse)
importFrom(methods,missingArg)
importFrom(rjson,fromJSON)
importFrom(stats,coefficients)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,optim)
importFrom(stats,qchisq)
importFrom(stats,residuals)
importFrom(stringi,stri_match_first)
importFrom(stringi,stri_rand_strings)
importFrom(stringi,stri_replace)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.table)
importFrom(wv,modwt)
importFrom(wv,rw_to_wv)
importFrom(wv,wn_to_wv)
importFrom(wv,wvar)
useDynLib(gmwmx, .registration = TRUE)