From 67fe423a8548780a9f7a6fe814242d1068de08e7 Mon Sep 17 00:00:00 2001 From: Teun van den Brand Date: Sat, 7 Sep 2024 14:54:23 +0200 Subject: [PATCH] redocument --- man/key_standard.Rd | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/man/key_standard.Rd b/man/key_standard.Rd index efedafd..83ade01 100644 --- a/man/key_standard.Rd +++ b/man/key_standard.Rd @@ -9,27 +9,33 @@ \alias{key_log} \title{Standard keys} \usage{ -key_auto() +key_auto(...) key_manual( aesthetic, value = aesthetic, label = as.character(value), - type = NULL + type = NULL, + ... ) key_map(data, ..., .call = caller_env()) -key_minor() +key_minor(...) key_log( prescale_base = NULL, negative_small = 0.1, expanded = TRUE, - labeller = NULL + labeller = NULL, + ... ) } \arguments{ +\item{...}{\code{\link[rlang:topic-data-mask]{}} A set of mappings +similar to those provided to \code{\link[ggplot2:aes]{aes()}}, which will be +evaluated in the \code{data} argument. These must contain \code{aesthetic} mapping.} + \item{aesthetic, value}{A vector of values for the guide to represent equivalent to the \code{breaks} argument in scales. The \code{aesthetic} will be mapped, whereas \code{value} will not. For most intents and purposes, @@ -45,10 +51,6 @@ treated as major breaks.} \code{\link[ggplot2:fortify]{fortify()}} to a \verb{}, in which the \code{mapping} argument is evaluated.} -\item{...}{\code{\link[rlang:topic-data-mask]{}} A set of mappings -similar to those provided to \code{\link[ggplot2:aes]{aes()}}, which will be -evaluated in the \code{data} argument. These must contain \code{aesthetic} mapping.} - \item{.call}{A \link[rlang:topic-error-call]{call} to display in messages.} \item{prescale_base}{A \verb{} giving the base of logarithm to