as.character.treeprof: Transform treeprof Output Into Text Representation

Description Usage Arguments Value

View source: R/output.R

Description

Transform treeprof Output Into Text Representation

Usage

1
2
3
## S3 method for class 'treeprof'
as.character(x, mode = "TEXT", id.start = 1L,
  depth = 10L, disp.thresh = 5L, disp.unit = "auto")

Arguments

x

treeprof object

mode

1 length character either TEXT or HTML

id.start

int what level to display from

depth

int 1 length how many levels to show

disp.thresh

number of mils below which a branch isn't shown

disp.unit

character(1L) use "mills" to show things really to 1000 total time, or a time unit (e.g. "seconds", "microseconds"); default will find time unit that displays most sensibly

Value

character vector with as many elements as there are lines of output


brodieG/treeprof documentation built on Nov. 11, 2021, 1:36 a.m.