R/plot.ph2rand_terminal.R
plot.ph2rand_terminal.Rd
plot.ph2rand_terminal
plots the terminal points of a design returned
by terminal
.
# S3 method for ph2rand_terminal plot(x, output = FALSE, ...)
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.
# 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)#> NULL#> NULL