updated data import
Some checks are pending
pkgdown.yaml / pkgdown (push) Waiting to run

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-03-11 13:42:57 +01:00
commit 912fff7474
No known key found for this signature in database
32 changed files with 2340 additions and 273 deletions

View file

@ -4,10 +4,15 @@
\alias{plot_sankey_single}
\title{Beautiful sankey plot}
\usage{
plot_sankey_single(data, x, y, color.group = "x", colors = NULL)
plot_sankey_single(data, x, y, color.group = c("x", "y"), colors = NULL, ...)
}
\arguments{
\item{colors}{}
\item{color.group}{set group to colour by. "x" or "y".}
\item{colors}{optinally specify colors. Give NA color, color for each level
in primary group and color for each level in secondary group.}
\item{...}{passed to sankey_ready()}
}
\value{
ggplot2 object