makedfMarkColorMycolors: FUNCTION to make a data.frame of Marks' characterisitcs

View source: R/makedfMarkColorMycolors.R

makedfMarkColorMycolorsR Documentation

FUNCTION to make a data.frame of Marks' characterisitcs

Description

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

Usage

makedfMarkColorMycolors(
  markNames,
  mycolors,
  colorstoremove = NULL,
  defaultStyleMark = "square"
)

Arguments

markNames

names of marks

mycolors

character vector of names of colors

colorstoremove

character vector of colors to remove from mycolors. Default NULL

defaultStyleMark

character vector with default style "square". Other options: "squareLeft", "cM" "cMLeft", "dots", "upArrow", "downArrow", "cenStyle"

Value

data.frame


idiogramFISH documentation built on Aug. 22, 2023, 5:08 p.m.