diff options
Diffstat (limited to '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, |
