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