Newly tracked file
R/ssm_visualization.R
changed.
Other files ignored by Codecov
tests/figs/deps.txt
has changed.
man/ssm_plot_circle.Rd
has changed.
73 | 73 | #' NULL, must have the same length and ordering as the \code{angles} argument |
|
74 | 74 | #' to \code{ssm_analyze()}. (default = NULL) |
|
75 | 75 | #' @param legend.box.spacing A double corresponding to the distance (in inches) |
|
76 | - | #' between the data plot and the legend (default = 1). |
|
76 | + | #' to add between the data plot and the legend (default = 0). |
|
77 | 77 | #' @return A ggplot variable containing a completed circular plot. |
|
78 | 78 | ||
79 | 79 | ssm_plot_circle <- function(.ssm_object, amax = NULL, |
81 | 81 | scale_font_size = 12, |
|
82 | 82 | lowfit = TRUE, repel = FALSE, |
|
83 | 83 | angle_labels = NULL, |
|
84 | - | legend.box.spacing = 1, |
|
84 | + | legend.box.spacing = 0, |
|
85 | 85 | ...) { |
|
86 | 86 | df <- .ssm_object$results |
|
87 | 87 |