Description Usage Arguments Value See Also Examples
View source: R/plot.ph2rand_terminal.R
plot.ph2rand_terminal
plots the terminal points of a design returned
by terminal
.
1 2 |
x |
An object of class |
output |
A |
... |
Not currently used. |
If output = TRUE
, a list
containing each of the
input parameters along with plot(s) in the slot $plots
, which gives
the produced plot(s) of the terminal points.
des_one_stage
, des_two_stage
,
terminal
, plot.ph2rand_des
.
1 2 3 4 5 6 7 8 9 10 | # The default two-stage design
des <- des_two_stage()
# Its terminal points across stages 1 and 2
term <- terminal(des)
# The plot of them
plot(term)
# Its terminal points from stage 2 only
term <- terminal(des, 2)
# The plot of them
plot(term)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.