From 45853c73c62b7111996a142949f1e77b0b188a8c Mon Sep 17 00:00:00 2001 From: Kara Woo Date: Fri, 14 Jul 2017 11:38:44 -0700 Subject: [PATCH] Update Rd documentation --- man/borders.Rd | 4 +++- man/ggsf.Rd | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/man/borders.Rd b/man/borders.Rd index cb2bdbd73..38c9b112f 100644 --- a/man/borders.Rd +++ b/man/borders.Rd @@ -44,7 +44,9 @@ layer, as a string.} a call to a position adjustment function.} \item{show.legend}{logical. Should this layer be included in the legends? \code{NA}, the default, includes if any aesthetics are mapped. -\code{FALSE} never includes, and \code{TRUE} always includes.} +\code{FALSE} never includes, and \code{TRUE} always includes. +It can also be a named logical vector to finely select the aesthetics to +display.} \item{inherit.aes}{If \code{FALSE}, overrides the default aesthetics, rather than combining with them. This is most useful for helper functions that define both data and aesthetics and shouldn't inherit behaviour from diff --git a/man/ggsf.Rd b/man/ggsf.Rd index 2c30a3ddb..29f8a9df9 100644 --- a/man/ggsf.Rd +++ b/man/ggsf.Rd @@ -52,7 +52,9 @@ a warning. If \code{TRUE}, missing values are silently removed.} \item{show.legend}{logical. Should this layer be included in the legends? \code{NA}, the default, includes if any aesthetics are mapped. -\code{FALSE} never includes, and \code{TRUE} always includes.} +\code{FALSE} never includes, and \code{TRUE} always includes. +It can also be a named logical vector to finely select the aesthetics to +display.} \item{inherit.aes}{If \code{FALSE}, overrides the default aesthetics, rather than combining with them. This is most useful for helper functions