sunflower.default {RepertoiR}R Documentation

Default graph

Description

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

Usage

## 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

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


[Package RepertoiR version 0.0.1 Index]