View source: R/makedfMarkColorMycolors.R
makedfMarkColorMycolors | R Documentation |
This function reads character vector with marks names, a character vector of prohibited colors and a custom list of colors to be associated with the mark names
It returns a data.frame with color and style for each mark
makedfMarkColorMycolors(
markNames,
mycolors,
colorstoremove = NULL,
defaultStyleMark = "square"
)
markNames |
names of marks |
mycolors |
character vector of names of colors |
colorstoremove |
character vector of colors to remove from mycolors. Default |
defaultStyleMark |
character vector with default style |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.