plot_dominance {metagam} | R Documentation |
Dominance plot
Description
Plots the (relative) contribution of the individual GAMs to each data point on a given axis. It shows whether and how parts of the axis are dominated by certain individual GAMs.
Usage
plot_dominance(x, term = NULL, relative = TRUE, width = NULL)
Arguments
x |
Object returned by |
term |
Character specifying which smooth term to plot. Default to
|
relative |
Logical specifying whether to have relative or absolute
scales. Defaults to |
width |
Width of bars. Default to |
Value
A ggplot object.
Examples
# See the vignette, either at https://lifebrain.github.io/metagam/articles/articles/dominance.html
# or by typing the following in the console:
# vignette("Dominance")
[Package metagam version 0.4.0 Index]