plotTreeForce2D: Plot tree force-directed layout in 2D

Description Usage Arguments

View source: R/tree-force-layout.R

Description

Plot tree force-directed layout in 2D

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
plotTreeForce2D(
  object,
  label = NULL,
  label.type = "search",
  title = label,
  show.points = T,
  point.alpha = 1,
  point.size = 1,
  show.neighbors = F,
  neighbors.max = 10000,
  colors = NULL
)

Arguments

object

An URD object


farrellja/URD documentation built on June 17, 2020, 4:48 a.m.