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"
)data.frame
names of marks
character vector of names of colors
character vector of colors to remove from mycolors. Default NULL
character vector with default style "square". Other options: "squareLeft", "cM"
"cMLeft", "dots", "upArrow", "downArrow", "cenStyle"