diff --git a/R/scale_color_okabeito.R b/R/scale_color_okabeito.R index b1d20330a..1176978c1 100644 --- a/R/scale_color_okabeito.R +++ b/R/scale_color_okabeito.R @@ -129,11 +129,11 @@ okabeito_colors_list <- c( #' @inheritParams flat_colors #' @param original_names Logical. Should the colors be named using the original #' names used by Okabe and Ito (2008), such as "vermillion" (`TRUE`), or -#' simplified names, such as "red" (`FALSE`, default)? -#' Only used if no colors are specified (to see all available colors). -#' @param black_first Logical. Should black be first (`TRUE`) or last (`FALSE`, default) -#' in the color palette? Only used if no colors are specified (to see all -#' available colors). +#' simplified names, such as "red" (`FALSE`, default)? Only used if no colors +#' are specified (to see all available colors). +#' @param black_first Logical. Should black be first (`TRUE`) or last (`FALSE`, +#' default) in the color palette? Only used if no colors are specified (to see +#' all available colors). #' @param amber If amber color should replace yellow in the palette. #' #' @return A character vector with color-codes. diff --git a/man/okabeito_colors.Rd b/man/okabeito_colors.Rd index 9ed503327..a936dccd7 100644 --- a/man/okabeito_colors.Rd +++ b/man/okabeito_colors.Rd @@ -14,12 +14,12 @@ oi_colors(..., original_names = FALSE, black_first = FALSE, amber = TRUE) \item{original_names}{Logical. Should the colors be named using the original names used by Okabe and Ito (2008), such as "vermillion" (\code{TRUE}), or -simplified names, such as "red" (\code{FALSE}, default)? -Only used if no colors are specified (to see all available colors).} +simplified names, such as "red" (\code{FALSE}, default)? Only used if no colors +are specified (to see all available colors).} -\item{black_first}{Logical. Should black be first (\code{TRUE}) or last (\code{FALSE}, default) -in the color palette? Only used if no colors are specified (to see all -available colors).} +\item{black_first}{Logical. Should black be first (\code{TRUE}) or last (\code{FALSE}, +default) in the color palette? Only used if no colors are specified (to see +all available colors).} \item{amber}{If amber color should replace yellow in the palette.} }