File: NAMESPACE

package info (click to toggle)
r-cran-spatial 7.3-18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: ansic: 857; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 689 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
useDynLib(spatial, .registration = TRUE)

export(anova.trls, anovalist.trls, correlogram, expcov, gaucov, Kaver,
       Kenvl, Kfn, plot.trls, ppgetregion, ppinit, pplik, ppregion,
       predict.trls, prmat, Psim, semat, sphercov, SSI, Strauss,
       surf.gls, surf.ls, trls.influence, trmat, variogram)

importFrom(graphics, abline, plot, points, symbols)
importFrom(stats, anova, deviance, df.residual, extractAIC, fitted,
           pf, predict, quantile, residuals, var)

S3method(anova,trls)
S3method(deviance,trls)
S3method(df.residual,trls)
S3method(extractAIC,trls)
S3method(fitted,trls)
S3method(plot,trls)
S3method(predict,trls)
S3method(residuals,trls)
S3method(summary,trls)