plot.gof_mlergm {mlergm} | R Documentation |
Plot goodness-of-fit results
Description
Produces goodness-of-fit plots for a gof_mlergm
object in order to visualize and assess the fit of an estimated model produced by mlergm
.
Usage
## S3 method for class 'gof_mlergm'
plot(
x,
...,
individual_plots = FALSE,
save_plots = FALSE,
show_plots = TRUE,
width = 8,
height = 4.5,
cutoff = NULL,
x_labels = NULL,
x_angle = 0,
x_axis_label = NULL,
y_axis_label = "Count",
plot_title = "",
title_size = 18,
axis_label_size = 14,
axis_size = 10,
line_size = 1,
x_axis_label_size = NULL,
y_axis_label_size = NULL,
x_axis_size = NULL,
y_axis_size = NULL,
pretty_x = TRUE
)
Arguments
x |
An object of class |
... |
Additional argument to be passed if necessary. |
individual_plots |
(Logical |
save_plots |
(Logical |
show_plots |
(Logical |
width |
If |
height |
If |
cutoff |
For statistics that are distributions (e.g., degree distributions), specifies a cutoff point. Dimensions past the cutoff are ignored and not plotted. |
x_labels |
Character vector specifying the statistic names or labels. |
x_angle |
Adjusts the angle of the x axis tick labels (typically the statistic names). |
x_axis_label |
Label for the x axis. |
y_axis_label |
Label for the y aixs. |
plot_title |
Title for the plot. |
title_size |
Font size for the plot title. |
axis_label_size |
Font size for the axis labels. Individual axes label sizes can be changed using |
axis_size |
Font size for the axis tick labels. Individual axes tick label sizes can be changed using |
line_size |
(Numeric, non-negative) If |
x_axis_label_size |
The font size of the x axis label. When |
y_axis_label_size |
The font size of the y axis label. When |
x_axis_size |
The font size of the x axis tick labels. When |
y_axis_size |
The font size of the y acis tick labels. When |
pretty_x |
(Logical |