add_tooltip: add tooltip

View source: R/graph_visualization.R

add_tooltipR Documentation

add tooltip

Description

before passing to Cytoscape, add a tooltip attribute to the graph

Usage

add_tooltip(
  in_graph,
  node_data = c("name", "description"),
  description,
  separator = "\n"
)

Arguments

in_graph

the graph to work with

node_data

which pieces of node data to use

description

other descriptive text to use

separator

what separator to use for the tooltip

Value

the graph with a new nodeData member "tooltip"


rmflight/categoryCompare2 documentation built on April 15, 2024, 12:38 a.m.