| des_info | R Documentation |
Deprecated: des_info() has been superseded by design(). Please use design() instead.
This function will be removed in a future version.
des_info(
design.obj,
nrows,
ncols,
brows = NA,
bcols = NA,
byrow = TRUE,
fac.names = NULL,
fac.sep = c("", " "),
buffer = NULL,
plot = TRUE,
rotation = 0,
size = 4,
margin = FALSE,
save = FALSE,
savename = paste0(design.obj$parameters$design, "_design"),
plottype = "pdf",
return.seed = TRUE,
quiet = FALSE,
...
)
design.obj |
An |
nrows |
The number of rows in the design. |
ncols |
The number of columns in the design. |
brows |
For RCBD only. The number of rows in a block. |
bcols |
For RCBD only. The number of columns in a block. |
byrow |
For split-plot only. Logical (default: |
fac.names |
Allows renaming of the |
fac.sep |
The separator used by |
buffer |
The type of buffer. One of edge, row, column, double row, double column, or block (coming soon). |
plot |
Logical (default |
rotation |
Rotate the text output as Treatments within the plot. Allows for easier reading of long treatment labels. Takes positive and negative values being number of degrees of rotation from horizontal. |
size |
Increase or decrease the text size within the plot for treatment labels. Numeric with default value of 4. |
margin |
Logical (default FALSE). Setting to |
save |
One of |
savename |
A filename for the design to be saved to. Default is the type of the design combined with "_design". |
plottype |
The type of file to save the plot as. Usually one of |
return.seed |
Logical (default TRUE). Output the seed used in the design? |
quiet |
Logical (default FALSE). Return the objects without printing output. |
... |
Additional parameters passed to |
A list containing a data frame with the complete design, a ggplot object with plot layout, the seed (if return.seed = TRUE), and the satab object, allowing repeat output of the satab table via cat(output$satab).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.