Skip to content

Commit 7c8a4d5

Browse files
committed
fix doi linking
1 parent 86016bb commit 7c8a4d5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

R/geom_conn_bundle.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#' Holten, D. (2006). *Hierarchical edge bundles: visualization
5454
#' of adjacency relations in hierarchical data.* IEEE Transactions on
5555
#' Visualization and Computer Graphics, **12**(5), 741-748.
56-
#' <https://doi.org/10.1109/TVCG.2006.147>
56+
#' \doi{10.1109/TVCG.2006.147}
5757
#'
5858
#' @examples
5959
#' # Create a graph of the flare class system

R/layout_fabric.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#'
3838
#' Longabaugh, William J.R. (2012).
3939
#' *Combing the hairball with BioFabric: a new approach for visualization of large networks*.
40-
#' BMC Bioinformatics, 13: 275. <https://doi.org/10.1186/1471-2105-13-275>
40+
#' BMC Bioinformatics, 13: 275. \doi{10.1186/1471-2105-13-275}
4141
#'
4242
layout_tbl_graph_fabric <- function(graph, circular = FALSE, sort.by = NULL, shadow.edges = FALSE) {
4343
sort.by <- enquo(sort.by)

R/layout_matrix.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#' @references
2828
#' Behrisch, M., Bach, B., Riche, N. H., Schreck, T., Fekete, J.-D. (2016).
2929
#' *Matrix Reordering Methods for Table and Network Visualization*.
30-
#' Computer Graphics Forum, 35: 693–716. <https://doi.org/10.1111/cgf.12935>
30+
#' Computer Graphics Forum, 35: 693–716. \doi{10.1111/cgf.12935}
3131
#'
3232
layout_tbl_graph_matrix <- function(graph, circular = FALSE, sort.by = NULL) {
3333
sort.by <- enquo(sort.by)

R/layout_treemap.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#'
6666
#' Johnson, B., & Ben Shneiderman. (1991). *Tree maps: A Space-Filling
6767
#' Approach to the Visualization of Hierarchical Information Structures*. IEEE
68-
#' Visualization, 284-291. <https://doi.org/10.1109/VISUAL.1991.175815>
68+
#' Visualization, 284-291. \doi{10.1109/VISUAL.1991.175815}
6969
#'
7070
#' @family layout_tbl_graph_*
7171
#'

man/geom_conn_bundle.Rd

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

man/layout_tbl_graph_fabric.Rd

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

man/layout_tbl_graph_matrix.Rd

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

man/layout_tbl_graph_treemap.Rd

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

0 commit comments

Comments
 (0)