-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
66 lines (56 loc) · 2.89 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Methods needed from other packages
importFrom(stats, confint, fitted, coef, vcov, predict, update, profile,
simulate, residuals, logLik, as.formula, binomial, cov, dbinom,
dmultinom, dnbinom, dnorm, dpois, formula,
glm.fit, integrate, median, model.frame,
model.matrix, model.offset, na.omit, optim, pchisq, plogis,
pnorm, qchisq, qnorm, quantile, rbinom,
reshape, rmultinom, rnbinom, rpois, runif, sd, uniroot,
update.formula, sigma)
importFrom(graphics, plot, hist, abline, axis, lines, points, polygon, segments, title)
importFrom(utils, head, read.csv)
importFrom(grDevices, devAskNewPage, dev.interactive, palette.colors)
importFrom(MASS, mvrnorm)
importFrom(parallel, detectCores, makeCluster, stopCluster, clusterExport,
clusterEvalQ)
importFrom(methods, is, as, new, show, slot, .hasSlot, callGeneric,
callNextMethod, setMethod)
importFrom(lattice, xyplot, levelplot)
importFrom(Rcpp, evalCpp)
# Fitting functions
export(occu, occuFP, occuRN, pcount, pcountOpen, multinomPois, distsamp,
colext, gmultmix, gdistsamp, gpcount, occuPEN, occuPEN_CV, occuMulti,
occuMS, computeMPLElambda, pcount.spHDS, occuTTD, distsampOpen,
multmixOpen, nmixTTD, gdistremoval, goccu, occuCOP, IDS, occuComm)
export(removalPiFun, doublePiFun)
export(makeRemPiFun, makeCrPiFun, makeCrPiFunMb, makeCrPiFunMh)
# Classes
exportClasses(unmarkedFit, unmarkedFrame)
# Methods
exportMethods(backTransform, coef, confint, fitted, getData,
getP, getFP, getB, getY, head, linearComb, LRT,
modSel, numSites, numY, obsCovs, obsNum, "obsCovs<-",
obsToY, "obsToY<-", parboot, plot, hist, predict, profile,
residuals, sampleSize, SE, simulate, siteCovs,
"siteCovs<-", summary, update, vcov, yearlySiteCovs,
"yearlySiteCovs<-", "[", smoothed, projected, nonparboot, logLik,
ranef, bup, crossVal, posteriorSamples, sigma, randomTerms,
optimizePenalty, unmarkedPowerList, plotEffectsData, plotEffects,
getL, richness)
S3method("print", "unmarkedPostSamples")
# Constructors
export(fitList,
unmarkedFrameOccu, unmarkedFrameOccuFP, unmarkedFramePCount, unmarkedFrameMPois,
unmarkedFrameDS, unmarkedMultFrame, unmarkedFrameGMM,
unmarkedFramePCO, unmarkedFrameGDS, unmarkedFrameGPC, unmarkedFrameOccuMulti,
unmarkedFrameOccuMS, unmarkedFrameOccuTTD, unmarkedFrameDSO,
unmarkedFrameMMO, unmarkedFrameGDR, unmarkedFrameGOccu,
unmarkedFrameOccuCOP, unmarkedFrameOccuComm)
# Formatting
export(csvToUMF, formatLong, formatWide, formatMult, formatDistData)
# Misc
export(imputeMissing, gxhn, gxexp, gxhaz, dxhn, dxexp, dxhaz, drhn, drexp,
drhaz, grhn, grexp, grhaz, sight2perpdist, lambda2psi, SSE, vif, powerAnalysis,
shinyPower)
useDynLib("unmarked", .registration=TRUE)
useDynLib(unmarked_TMBExports)