Commit a56febde authored by houyun's avatar houyun
Browse files

add references

parent 0bb8d71b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@
#' @param border,colour,color fill and border colour of the hclust bar.
#' @author Hou Yun
#' @rdname wrap_annotate
#' @references Yu G (2022). aplot: Decorate a 'ggplot' with Associated Information. R package
#' version 0.1.6, https://CRAN.R-project.org/package=aplot.
#' @export
wrap_annotate <- function(plot,
                          ...,
+4 −0
Original line number Diff line number Diff line
@@ -30,6 +30,10 @@ wrap_annotate(
This function is a wrapper of \code{aplot}, and can be used to
insert annotation.
}
\references{
Yu G (2022). aplot: Decorate a 'ggplot' with Associated Information. R package
version 0.1.6, https://CRAN.R-project.org/package=aplot.
}
\author{
Hou Yun
}