Diff of /man/as_line.Rd [000000] .. [13df9a]

Switch to unified view

a b/man/as_line.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/3-1.layout.R
3
\name{as_line}
4
\alias{as_line}
5
\title{Layout as a line}
6
\usage{
7
as_line(angle = 0)
8
}
9
\arguments{
10
\item{angle}{anticlockwise rotation angle}
11
}
12
\value{
13
A two-column matrix, each row giving the coordinates of a vertex, according to the ids of the vertex ids.
14
}
15
\description{
16
Layout as a line
17
}
18
\examples{
19
as_line()(co_net)
20
c_net_plot(co_net, coors = as_line(pi / 2))
21
}
22
\seealso{
23
Other layout: 
24
\code{\link{as_arc}()},
25
\code{\link{as_circle_tree}()},
26
\code{\link{as_multi_layer}()},
27
\code{\link{as_poly_sector}()},
28
\code{\link{as_polyarc}()},
29
\code{\link{as_polycircle}()},
30
\code{\link{as_polygon}()},
31
\code{\link{c_net_layout}()}
32
}
33
\concept{layout}