File: internal_extractors.Rd

package info (click to toggle)
r-cran-ggraph 2.1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,648 kB
  • sloc: cpp: 1,219; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 651 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/connections.R, R/edges.R
\name{internal_extractors}
\alias{internal_extractors}
\alias{collect_connections}
\alias{collect_edges}
\title{Internal data extractors}
\usage{
collect_connections(layout, from, to, ...)

collect_edges(layout)
}
\arguments{
\item{layout}{The layout data}

\item{from, to}{A numeric vector giving the indexes of the start and end nodes}

\item{...}{Additional parameters passed on to the specific method}
}
\description{
These functions exists for supporting different data structures. There is no
need to call these directly
}
\keyword{internal}