From 341741d3bd1bce17a1e4fc7ee10370609233971a Mon Sep 17 00:00:00 2001 From: Stathis Gennatas Date: Mon, 29 Jun 2026 23:59:53 -0700 Subject: [PATCH] docs --- r/man/draw_network.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r/man/draw_network.Rd b/r/man/draw_network.Rd index 14cda27..2a8df45 100644 --- a/r/man/draw_network.Rd +++ b/r/man/draw_network.Rd @@ -21,8 +21,8 @@ draw_network( resolution = 1, blend_edges = FALSE, palette = rtemis_colors, - node_color = rtemis_colors[1L], - positive_color = rtemis_colors[1L], + node_color = rtemis_colors[[1L]], + positive_color = rtemis_colors[[1L]], negative_color = "#ff9e1f", title = NULL, theme = NULL,