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