Learn R Programming

genomeplot (version 1.0)

sample_data: 'sample data'

Description

An example for the data input.

Usage

data("sample_data")

Arguments

Format

A data frame with 22000 observations on the following 4 variables.
V1
a factor with levels
V2
a numeric vector
V3
a numeric vector
V4
a numeric vector

Source

nothing

Details

The input data must be same as the sample data.

References

2016 tutorial

Examples

Run this code
data(sample_data)
## maybe str(sample_data) ; plot(sample_data) ...

Run the code above in your browser using DataLab