a b/man/as_poly_sector.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/3-1.layout.R
3
\name{as_poly_sector}
4
\alias{as_poly_sector}
5
\title{Layout as a multi_layer}
6
\usage{
7
as_poly_sector(n = 3)
8
}
9
\arguments{
10
\item{n}{how many arcs of this multi_layer}
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 multi_layer
17
}
18
\seealso{
19
Other layout: 
20
\code{\link{as_arc}()},
21
\code{\link{as_circle_tree}()},
22
\code{\link{as_line}()},
23
\code{\link{as_multi_layer}()},
24
\code{\link{as_polyarc}()},
25
\code{\link{as_polycircle}()},
26
\code{\link{as_polygon}()},
27
\code{\link{c_net_layout}()}
28
}
29
\concept{layout}