SampleRand: Plot Gradiente profile

View source: R/SampleRand.R

SampleRandR Documentation

Plot Gradiente profile

Description

Plot the LC gradient profile.

Usage

SampleRand(x, gnumber, gnames)

Arguments

x

data frame, the first column is the id of the samples and the second column is the groups of each sample.

gnumber

numeric, number of groups in the sample, need to be between 2 and 6.

gnames

character, names of the groups, need to be the same of the input data frame.

Value

A randomized sample list.

Author(s)

Estevan Bruginski estevan.bruginski@ufpr.br Universidade Federal do Paraná License: MIT + file LICENSE

Examples

## Not run: 
SampleRand(x, gnumber = 3, gnames = c("g1", "g2", "g3"))

## End(Not run)

ebruginski/ChromR documentation built on Feb. 3, 2023, 8:34 a.m.