File: NAMESPACE

package info (click to toggle)
r-cran-multcompview 0.1-10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 268 kB
  • sloc: makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,093 bytes parent folder | download
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
# Generated by roxygen2: do not edit by hand

S3method(extract_p,TukeyHSD)
S3method(extract_p,default)
S3method(extract_p,mc)
S3method(plot,multcompLetters)
S3method(plot,multcompTs)
S3method(print,multcompLetters)
export(extract_p)
export(multcompBoxplot)
export(multcompLetters)
export(multcompLetters2)
export(multcompLetters3)
export(multcompLetters4)
export(multcompTs)
export(plotBoxes)
export(plotLetters)
export(plotTs)
export(vec2mat)
export(vec2mat2)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(grid,convertHeight)
importFrom(grid,convertWidth)
importFrom(grid,gpar)
importFrom(grid,grid.newpage)
importFrom(grid,grid.text)
importFrom(grid,grobHeight)
importFrom(grid,grobWidth)
importFrom(grid,popViewport)
importFrom(grid,pushViewport)
importFrom(grid,textGrob)
importFrom(grid,unit)
importFrom(grid,viewport)
importFrom(stats,TukeyHSD)
importFrom(stats,aov)
importFrom(stats,model.frame)
importFrom(stats,terms)