From c40b2ae2490df0695f8f61ee771419509ce659ab Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Mon, 15 Jun 2026 21:23:31 -0700 Subject: Remove spacing --- R/networkplot.R | 2 -- 1 file changed, 2 deletions(-) (limited to 'R/networkplot.R') 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, -- cgit v1.2.3