From 5ebcf063324b7f4cc54911fd9f05beb084d8f894 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Apr 2026 09:43:16 +0000 Subject: [PATCH] docs: AI-generated doc upgrade for `cytoscapeNetworkOutput` Auto-generated by weekly doc workflow. Target: R/cytoscapeNetwork.R::cytoscapeNetworkOutput Date: 2026-04-13T09:43:16Z --- R/cytoscapeNetwork.R | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/R/cytoscapeNetwork.R b/R/cytoscapeNetwork.R index d804854..d91144f 100644 --- a/R/cytoscapeNetwork.R +++ b/R/cytoscapeNetwork.R @@ -1,3 +1,4 @@ +```r # R/cytoscapeNetwork.R # # htmlwidgets binding for the Cytoscape network visualisation. @@ -477,6 +478,10 @@ cytoscapeNetwork <- function(nodes, #' Creates a Shiny output binding for a Cytoscape network visualization, allowing #' the network to be rendered within Shiny applications. #' +#' @param outputId \code{character} The output variable to read from. +#' @param width \code{character} or \code{numeric}, the width of the rendered widget. Default is \code{"100%"}. +#' @param height \code{character} or \code{numeric}, the height of the rendered widget. Default is \code{"500px"}. +#' #' @return A Shiny output binding for a Cytoscape network visualization. #' #' @examples @@ -567,4 +572,5 @@ renderCytoscapeNetwork <- function(expr, env = parent.frame()) { env = env, quoted = TRUE ) -} \ No newline at end of file +} +``` \ No newline at end of file