Commit c03f30ca authored by houyun's avatar houyun
Browse files

update documentation

parent aeeff8ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,5 +54,5 @@ Suggests:
    relaimpo,
    rfPermute,
    WGCNA
RoxygenNote: 7.1.2
RoxygenNote: 7.2.1
Config/testthat/edition: 3
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ specified in \code{\link[ggplot2:labs]{labs()}} is used for the title.}
\item{check.overlap}{silently remove overlapping labels,
(recursively) prioritizing the first, last, and middle labels.}

\item{angle}{Compared to setting the angle in \code{\link[ggplot2:theme]{theme()}} / \code{\link[ggplot2:element]{element_text()}},
\item{angle}{Compared to setting the angle in \code{\link[ggplot2:theme]{theme()}} / \code{\link[ggplot2:element_text]{element_text()}},
this also uses some heuristics to automatically pick the \code{hjust} and \code{vjust} that
you probably want.}

+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ specified in \code{\link[ggplot2:labs]{labs()}} is used for the title.}
\item{check.overlap}{silently remove overlapping labels,
(recursively) prioritizing the first, last, and middle labels.}

\item{angle}{Compared to setting the angle in \code{\link[ggplot2:theme]{theme()}} / \code{\link[ggplot2:element]{element_text()}},
\item{angle}{Compared to setting the angle in \code{\link[ggplot2:theme]{theme()}} / \code{\link[ggplot2:element_text]{element_text()}},
this also uses some heuristics to automatically pick the \code{hjust} and \code{vjust} that
you probably want.}

+1 −5
Original line number Diff line number Diff line
@@ -56,11 +56,7 @@ often aesthetics, used to set an aesthetic to a fixed value, like
\code{colour = "red"} or \code{size = 3}. They may also be parameters
to the paired geom/stat.}

\item{nudge_x}{Horizontal and vertical adjustment to nudge labels by.
Useful for offsetting text from points, particularly on discrete scales.
Cannot be jointly specified with \code{position}.}

\item{nudge_y}{Horizontal and vertical adjustment to nudge labels by.
\item{nudge_x, nudge_y}{Horizontal and vertical adjustment to nudge labels by.
Useful for offsetting text from points, particularly on discrete scales.
Cannot be jointly specified with \code{position}.}