Commit 682be3b6 authored by David's avatar David
Browse files

fix: missing function plot.mermaid

Refs #150
Showing with 2 additions and 0 deletions
+2 -0
...@@ -52,6 +52,7 @@ export(getSD_Ids) ...@@ -52,6 +52,7 @@ export(getSD_Ids)
export(isNodeDownstream) export(isNodeDownstream)
export(isNodeUpstream) export(isNodeUpstream)
export(plot.Qm3s) export(plot.Qm3s)
export(plot.mermaid)
export(reduceGRiwrm) export(reduceGRiwrm)
export(transferGRparams) export(transferGRparams)
import(airGR) import(airGR)
......
...@@ -221,6 +221,7 @@ plot_png = function(path, add=FALSE) ...@@ -221,6 +221,7 @@ plot_png = function(path, add=FALSE)
#' @param ... Not used #' @param ... Not used
#' #'
#' @return Nothing, used for side effect. #' @return Nothing, used for side effect.
#' @export plot.mermaid
#' @export #' @export
#' #'
#' @examples #' @examples
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment