"...man/combine_dfs.Rd" did not exist on "f624807f2c20d6b698d74a14da4b79851abcbd7c"
Newer
Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/capri_sankey.R
\name{links_nodes}
\alias{links_nodes}
\title{function get links and nodes for drawing a sankey diagram}
\usage{
links_nodes(baseline, scenario, p_baseline, fixedNodePosition = TRUE)
}
\arguments{
\item{baseline}{Baseline balance market.}
\item{scenario}{Scenario balance market.}
\item{p_baseline}{boolean.}
\item{fixedNodePosition}{boolean.}
}
\value{
links and nodes
}
\description{
function get links and nodes for drawing a sankey diagram
}