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

Switch to unified view

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