# NOT RUN {
## A. from the console
## example 1
CIplot()
## example 2
# }
# NOT RUN {
CIplot(n.intervals=100,
n.per.row=40,
pop.mean=0,
pop.sd=1,
conf.level=.95)
# }
# NOT RUN {
## example 3
# }
# NOT RUN {
tmp.data <- confintervaldata()
tmp.ci <- confinterval.matrix(tmp.data)
confintervalplot(tmp.ci)
# }
# NOT RUN {
## example 4
# }
# NOT RUN {
tmp.data <- confintervaldata(n.intervals=100,
n.per.row=40,
pop.mean=0,
pop.sd=1,
conf.level=.95)
tmp.ci <- confinterval.matrix(tmp.data)
confintervalplot(tmp.ci)
# }
# NOT RUN {
## B. shiny, initiated from the console
## example 5
# }
# NOT RUN {
if (interactive())
shiny.CIplot()
# }
# NOT RUN {
## example 6
# }
# NOT RUN {
if (interactive())
shiny.CIplot(height=800) ## px
## take control of the height of the graph in the web page
# }
Run the code above in your browser using DataLab