DepLogo (version 1.2.1)

replaceColors: Replaces colors in DLData object

Description

Replaces colors in DLData object

Usage

replaceColors(data, colors)

# S3 method for DLData replaceColors(data, colors)

Value

the modified DLData object

Arguments

data

the data

colors

the new colors

Author

Jan Grau <grau@informatik.uni-halle.de>

See Also

replaceColors

Examples

Run this code
# read data and create DLData object
seqs <- read.table(system.file("extdata", "cjun.txt", package = "DepLogo"), 
    stringsAsFactors = FALSE)
data <- DLData(sequences = seqs[, 1], weights = log1p(seqs[, 2]) )

replaceColors(data, c("red", "green", "blue", "yellow"))

Run the code above in your browser using DataLab