forked from jbryer/likert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·61 lines (60 loc) · 1.47 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
# Generated by roxygen2: do not edit by hand
S3method(plot,likert)
S3method(plot,likert.gap)
S3method(print,likert)
S3method(print,likert.bar.plot)
S3method(print,likert.gap)
S3method(print,xlikert)
S3method(summary,likert)
S3method(summary,likert.gap)
S3method(xtable,likert)
export(likert)
export(likert.bar.plot)
export(likert.density.plot)
export(likert.heat.plot)
export(likert.histogram.plot)
export(likert.options)
export(recode)
export(reverse.levels)
export(shinyLikert)
import(ggplot2)
import(gridExtra)
import(plyr)
import(reshape2)
import(xtable)
importFrom(grDevices,colorRamp)
importFrom(grDevices,rgb)
importFrom(graphics,hist)
importFrom(graphics,lines)
importFrom(graphics,pairs)
importFrom(graphics,par)
importFrom(graphics,rect)
importFrom(graphics,strwidth)
importFrom(graphics,symbols)
importFrom(graphics,text)
importFrom(grid,editGrob)
importFrom(grid,gList)
importFrom(grid,gTree)
importFrom(grid,getGrob)
importFrom(grid,grid.draw)
importFrom(grid,grid.layout)
importFrom(grid,grid.newpage)
importFrom(grid,grob)
importFrom(grid,grobHeight)
importFrom(grid,grobWidth)
importFrom(grid,pushViewport)
importFrom(grid,upViewport)
importFrom(grid,viewport)
importFrom(grid,vpList)
importFrom(grid,vpPath)
importFrom(grid,vpTree)
importFrom(plyr,ddply)
importFrom(plyr,llply)
importFrom(psych,describe)
importFrom(psych,describeBy)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,density)
importFrom(stats,sd)
importFrom(stats,symnum)
importFrom(utils,packageVersion)