sunflower.default: Default graph

Description Usage Arguments Value Examples

View source: R/sunflower.R

Description

Default visualization of sequence frequencies among samples as rings inside each other.

Usage

1
2
## Default S3 method:
sunflower(dataset, ...)

Arguments

dataset

Input object: a matrix or a data frame.

First column is located as the outer ring, the second is right after and so on to the last column as the inmost ring. Cell's numeric value determines node size.

...

Any other arguments.

Value

No return value.

Examples

1
2
data <- matrix(rexp(400,1/4), ncol = 4)
sunflower(data)

RepertoiR documentation built on Oct. 25, 2021, 9:09 a.m.