get_concent_circ: Generate list of concentric circles

View source: R/get_concent_circ.R

get_concent_circR Documentation

Generate list of concentric circles

Description

This is an internal function used by plot_network and calling get_circle to generate concentric circles starting at a specified radius and with a specified gap between them. These circles are used for plotting traits and chromosomes in concentric circle plots.

Usage

get_concent_circ(list_names, start_rad = 1.05, gap_rad = 0.05)

Arguments

list_names

A character vector indicating labels for each circle There will be one circle generated for each element in list_names.

start_rad

The radius for the innermost circle.

gap_rad

The amount of space between each circle.

Value

A list of x,y coordinates as generated by the function get_circle and named with list_names


cape documentation built on May 29, 2024, 5:11 a.m.