getRingData: getRingData

Description Usage Arguments Details Value

View source: R/ringPlot.R

Description

This function is used to create a data frame about the points that form the ring with their x, y coordinates

Usage

1
2
getRingData(center_point = c(0, 0), table_data, tree_depth, ring_radius,
  ring_refine_factor = 20)

Arguments

center_point

center of the ring

table_data

input the table from table process

tree_depth

the max depth of the tree

ring_radius

the radius

ring_refine_factor

refine factor of the plotting ring

Details

circleFun

Value

data frame containing x and y coordinate of one ring with npoint index


Norisama/VFtree documentation built on Dec. 8, 2019, 9:28 a.m.