diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-15 21:23:31 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-15 21:23:31 -0700 |
| commit | c40b2ae2490df0695f8f61ee771419509ce659ab (patch) | |
| tree | 918b3a0c4204d38de118304a8000d58dc9b1bf53 /R/networkplot.R | |
| parent | 25fb074f4820024b59d3a7990de2499a238d816a (diff) | |
Remove spacing
Diffstat (limited to 'R/networkplot.R')
| -rw-r--r-- | R/networkplot.R | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/R/networkplot.R b/R/networkplot.R index 98ee35c..61605d2 100644 --- a/R/networkplot.R +++ b/R/networkplot.R @@ -178,8 +178,6 @@ networkplot <- function(R, groups = NULL, group_label = NULL, title = NULL){ ggplot2::aes( filter = .data$leaf, label = .data$name, - x = .data$x * 1.05, - y = .data$y * 1.05, angle = atan2(.data$y, .data$x) * 180 / pi, ), hjust = 0, |
