getPaletteForReplicates_HC {DAPAR} | R Documentation |
Selects colors for the highcharter plots in DAPAR
based on the replicates in
the dataset. The palette is derived from the brewer palette "Dark2" (see RColorBrewer
).
getPaletteForReplicates_HC(nColors)
nColors |
The desired number of colors |
A palette designed for the data manipulated in DAPAR
Samuel Wieczorek
require(DAPARdata) data(Exp1_R25_pept) n <- nrow(Biobase::pData(Exp1_R25_pept)) getPaletteForReplicates_HC(n)