Skip to content

Commit

Permalink
Correct URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
mvfki committed Dec 9, 2023
1 parent 0dd9c02 commit 3499b53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/quaternary.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' A dynamic rotating view in a GIF image file can be created with
#' \code{\link{writeQuaternaryGIF}}. Package \code{magick} must be installed in
#' advance. Linux users may refer to this
#' \href{https://cran.r-project.org/web/packages/magick/vignettes/intro.html#Build_from_source}{installation guide}.
#' \href{https://cran.r-project.org/package=magick/vignettes/intro.html#Build_from_source}{installation guide}.
#' @param x Input data. Can be a \code{matrix} or \code{dgCMatrix} object with
#' cells as columns, a \code{Seurat} or \code{SingleCellExperiment} object.
#' "simMat" method takes intermediate values.
Expand Down
2 changes: 1 addition & 1 deletion man/plotQuaternary.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/CytoSimplex.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ plotQuaternary(rnaRaw, clusterVar = rnaCluster, vertices = vt.quat,

**↑↑↑Try drag it!**

We have also implemented of GIF image generator that rotates the tetrahedron rounding the z-axis. Note that package `magick` is required for this feature. (<a href="https://cran.r-project.org/web/packages/magick/vignettes/intro.html#Installing_magick" target="_blank">See here for how to install `magick` in detail</a>)
We have also implemented of GIF image generator that rotates the tetrahedron rounding the z-axis. Note that package `magick` is required for this feature. (<a href="https://cran.r-project.org/package=magick/vignettes/intro.html#Installing_magick" target="_blank">See here for how to install `magick` in detail</a>)

```{R writeGIF, results="hide"}
writeQuaternaryGIF(rnaRaw, clusterVar = rnaCluster, vertices = vt.quat,
Expand Down

0 comments on commit 3499b53

Please sign in to comment.