Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jokergoo committed Apr 14, 2020
1 parent 26aaeea commit 9357313
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ export("row_anno_barplot")
export("row_anno_boxplot")
export("row_anno_density")
export("row_anno_histogram")
export("row_anno_link")
export("row_anno_points")
export("row_anno_text")
export("set_name")
Expand Down
8 changes: 4 additions & 4 deletions man/anno_link.Rd
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
\name{anno_link}
\alias{anno_link}
\title{
Label Markers Annotation
Link Annotation
}
\description{
Label Markers Annotation
Link Annotation
}
\usage{
anno_link(...)
}
\arguments{

\item{...}{Pass to \code{\link{anno_mark}}.}
\item{...}{Pass to \code{\link{anno_zoom}}.}

}
\details{
\code{\link{anno_link}} is deprecated, please use \code{\link{anno_mark}} instead.
This function is the same as \code{\link{anno_zoom}}. It links subsets of rows or columns to a list of graphic regions.
}
\examples{
# There is no example
Expand Down

0 comments on commit 9357313

Please sign in to comment.