Skip to content

Commit

Permalink
Increase arrow size in path plots
Browse files Browse the repository at this point in the history
  • Loading branch information
maltelueken committed Oct 9, 2023
1 parent 44c15ac commit b528fcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/classicProcess.R
Original file line number Diff line number Diff line change
Expand Up @@ -2062,6 +2062,7 @@ procModelGraphSingleModel <- function(modelOptions, globalDependent, options) {
label = edgeLabels,
end_cap = endCaps
),
edge_width = 0.9,
color = "black",
arrow = ggplot2::arrow(length = grid::unit(0.05, "native")),
start_cap = ggraph::square(nodeSize, unit = "native"), # Arrow start has always margin
Expand Down

0 comments on commit b528fcb

Please sign in to comment.