plot.StepThree | R Documentation |
StepThree
objectsThis function plots the results for Step 3 of the method.
## S3 method for class 'StepThree' plot(x, save = FALSE, path = NULL, width = 14, height = 10, ...)
x |
An object instance of class |
save |
A logical value indicating whether the plot should be saved to a file on disk. |
path |
A character string representing the path (i.e., including the
filename and extension) where the plot should be saved on disk. If |
width |
A single numerical value representing the desired plot width.
The default unit is inches (i.e., set by |
height |
A single numerical value representing the desired plot height.
The default unit is inches (i.e., set by |
... |
Optional arguments to be passed to |
An ggplot2::ggplot object containing the plot for a StepThree
object
that can be further modified. The object returned also contains the
patchwork class applied.
Example of a plot:
plot.Method()
, summary.Method()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.