File: layout_to_table.Rd

package info (click to toggle)
r-cran-ggraph 2.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,832 kB
  • sloc: cpp: 1,630; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 563 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/tbl_graph.R
\name{layout_to_table}
\alias{layout_to_table}
\title{Convert a layout to a table}
\usage{
layout_to_table(layout, graph, ...)
}
\arguments{
\item{layout}{A supported object}

\item{graph}{A \code{tbl_graph}}

\item{...}{passed on to implementations}
}
\value{
A valid data.frame
}
\description{
This generic takes care of dispatching various layout types (names,
functions, tables) to their respective functions that will return a valid
layout table.
}
\keyword{internal}