Skip to content
Snippets Groups Projects
Commit 6bd5ccc9 authored by Benno Puetz's avatar Benno Puetz
Browse files

0 errors ✓ | 1 warning x | 2 notes x

parent 87510de2
Branches lut_gen
Tags
No related merge requests found
......@@ -120,7 +120,7 @@ LUTdir <- function(basedir = '.',
#'
#' @examples
#' set.seed(42)
#' treeluts(cbind(sample(1:5, 20, TRUE), 1:20), '.', "example")
#' treeluts(cbind(sample(1:5,20,TRUE),1:20), tempdir(), "exmpl", verbose=TRUE)
treeluts <- function(clusters = read.tree(),
outdir = LUTdir(),
basename = 'lut',
......@@ -861,7 +861,7 @@ vec2hsv <- function(v,
#' Repeat color \code{col} \code{n} times as columns in a \eqn{3\times n}{3xn}
#' RGB color matrix. Analog to \code{\link[base]{rep}} which is used internally.
#'
#' @param col color (valid input to \code{\link[grDevices]{col2rgb})
#' @param col color (valid input to \code{\link[grDevices]{col2rgb}}
#' @param n number of repetitions (should be a positive integer value)
#'
#' @return color matrix with \code{n} columns of color \code{col}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment