Skip to content

Extra information for the 'position' parameter. #6451

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions R/guide-legend.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#' guide overrides, and is combined with, the plot's theme.
#' @param position A character string indicating where the legend should be
#' placed relative to the plot panels.
One of "top", "right", "bottom", "left", or "inside".
Comment on lines 20 to +21
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line needs a roxygen comment #' in front.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. I'll make the changes. I might close this one though and put in a new pull request though. I ran devtools::document() and there are are a lot of minor changes to the documentation for other functions, though I'll just add the relevant ones.

#' @param direction A character string indicating the direction of the guide.
#' One of "horizontal" or "vertical."
#' @param override.aes A list specifying aesthetic parameters of legend key.
Expand Down
Loading