File: docs_node_edge_aes_data.R

package info (click to toggle)
r-cran-diagrammer 1.0.11%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,544 kB
  • sloc: javascript: 153; sh: 13; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 1,181 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#' Options for node and edge aesthetics and data
#'
#' @param node_aes An optional list of named vectors comprising node aesthetic
#'   attributes. The helper function [node_aes()] is strongly recommended for
#'   use here as it contains arguments for each of the accepted node aesthetic
#'   attributes (e.g., `shape`, `style`, `color`, `fillcolor`).
#' @param edge_aes An optional list of named vectors comprising edge aesthetic
#'   attributes. The helper function [edge_aes()] is strongly recommended for
#'   use here as it contains arguments for each of the accepted edge aesthetic
#'   attributes (e.g., `shape`, `style`, `penwidth`, `color`).
#' @param node_data An optional list of named vectors comprising node data
#'   attributes. The helper function [node_data()] is strongly recommended for
#'   use here as it helps bind data specifically to the created nodes.
#' @param edge_data An optional list of named vectors comprising edge data
#'   attributes. The helper function [edge_data()] is strongly recommended for
#'   use here as it helps bind data specifically to the created edges.
#' @name node_edge_aes_data
#'
#' @keywords internal
#' @family aesthetics
NULL