Learn R Programming

RepertoiR (version 0.0.1)

sunflower.default: Default graph

Description

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

Usage

# S3 method for default
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

Run this code
# NOT RUN {
data <- matrix(rexp(400,1/4), ncol = 4)
sunflower(data)

# }

Run the code above in your browser using DataLab