visualizeR/man/cols_reach.Rd
2022-05-01 11:36:23 +02:00

22 lines
557 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/cols_reach.R
\name{cols_reach}
\alias{cols_reach}
\title{Function to extract REACH colors as hex codes}
\usage{
cols_reach(..., unnamed = TRUE)
}
\arguments{
\item{...}{Character names of reach colors. If NULL returns all colors}
\item{unnamed}{Should the output vector be unnamed? Default to `TRUE`}
}
\value{
An hex code or hex codes named or unnamed
}
\description{
Function to extract REACH colors as hex codes
}
\details{
This function needs to be modified to add colors
}