plot.substitution {multilevelcoda} | R Documentation |
Substitution Plot
Description
Make a plot of substitution
model results.
Usage
## S3 method for class 'substitution'
plot(x, to, ref, level, ...)
Arguments
x |
A |
to |
A character value or vector specifying the names of the compositional parts that were reallocated to in the model. |
ref |
A character value of (( |
level |
A character value of ( |
... |
Further components to the plot, followed by a plus sign (+). |
Value
A ggplot graph object showing the estimated difference in outcome when each pair of compositional variables are substituted for a specific time.
[Package multilevelcoda version 1.3.0.2 Index]