File: NAMESPACE

package info (click to toggle)
acepack 1.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 256 kB
  • sloc: f90: 1,212; ansic: 32; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 762 bytes parent folder | download | duplicates (2)
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
# Generated by roxygen2: do not edit by hand

S3method(ace,default)
S3method(ace,formula)
S3method(avas,default)
S3method(avas,formula)
S3method(plot,ace)
S3method(plot,acetest)
S3method(plot,avas)
S3method(print,ace)
S3method(print,acetest)
S3method(print,avas)
S3method(summary,ace)
S3method(summary,acetest)
S3method(summary,avas)
export(ace)
export(acetest)
export(avas)
export(set_control)
importFrom(grDevices,as.graphicsAnnot)
importFrom(grDevices,dev.flush)
importFrom(grDevices,dev.hold)
importFrom(grDevices,dev.interactive)
importFrom(grDevices,devAskNewPage)
importFrom(graphics,abline)
importFrom(graphics,hist)
importFrom(graphics,par)
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(stats,model.frame)
useDynLib(acepack, .registration=TRUE)