Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit65829ee

Browse files
committed
fix manual links
1 parentd00374c commit65829ee

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

‎R/branching_times.R‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#' @param phy phylo object or ltable
33
#' @return vector of branching times
44
#' @description C++ based alternative to
5-
#' \link[ape::branching.times]{ape::branching.times}.
5+
#' \link[ape:branching.times]{ape::branching.times}.
66
#' @export
77
branching_times<-function(phy) {
88

‎R/minmax_adj.R‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#' adjacency matrix are weighted by branch length. Then, using the adjacency
77
#' matrix, we calculate the spectral properties of the matrix, e.g. the
88
#' minimum and maximum eigenvalues of the matrix.
9-
#' When the R package \link[RSpectra]{RSpectra} is available,
9+
#' When the R package \pkg{RSpectra} is available,
1010
#' a faster calculation can be used, which does not calculate all eigenvalues,
1111
#' but only the maximum and minimum. As such, when using this option,
1212
#' the vector of all eigenvalues is not returned.

‎R/minmax_laplace.R‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#' @description Calculates the eigenvalues of the Laplacian Matrix, where the
33
#' Laplacian matrix is the matrix representation of a graph, in this case a
44
#' phylogeny.
5-
#' When the R package \link[RSpectra]{RSpectra} is available, a faster
5+
#' When the R package \pkg{RSpectra} is available, a faster
66
#' calculation can be used, which does not calculate all eigenvalues, but only
77
#' the maximum and minimum. As such, when using this option, the vector of all
88
#' eigenvalues is not returned.

‎man/branching_times.Rd‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎man/minmax_adj.Rd‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎man/minmax_laplace.Rd‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp