Skip to content

Commit 511cf7e

Browse files
links to graph package docs
1 parent bf9893a commit 511cf7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/layout-plot-utils.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ compute_adjacency_matrix <- function(df) {
944944
##' `"layout"` or `"render"`).
945945
##' @param render_args List of additional arguments to pass to the
946946
##' `?Rgraphviz::renderGraph` function (only applied if `action` is `"render"`).
947-
##' @return A \linkS4class{graph::graphAM} object.
947+
##' @return A \linkS4class[graph]{graph::graphAM} object.
948948
##' @examples
949949
##' macpan_base = mp_tmb_library("starter_models"
950950
##' , "macpan_base"
@@ -997,7 +997,7 @@ mp_dot_layout = function(spec
997997

998998
##' @export
999999
##' @describeIn dot_layout Deprecated in favour of `mp_dot_layout`, which both
1000-
##' plots and returns the \linkS4class{graph::graphAM} object.
1000+
##' plots and returns the \linkS4class[graph]{graph::graphAM} object.
10011001
dot_layout <- function(spec, include_inout = FALSE) {
10021002
paste(
10031003
"This function is deprecated in favour of mp_dot_layout,"

man/dot_layout.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)