helper functions for nivce labels and FreesearchR color palette

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-06-26 09:21:42 +02:00
commit fde1a50140
No known key found for this signature in database
4 changed files with 84 additions and 2 deletions

View file

@ -0,0 +1,20 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/theme.R
\name{FreesearchR_palette}
\alias{FreesearchR_palette}
\title{Use the FreesearchR colors}
\usage{
FreesearchR_palette(n)
}
\arguments{
\item{n}{number of colors}
}
\value{
character vector
}
\description{
Use the FreesearchR colors
}
\examples{
FreesearchR_palette(n=7)
}