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.
Arguments
- x
Object returned by
metagam
.- term
Character specifying which smooth term to plot. Default to
NULL
which means that the first term (in alphabetic order) is taken.- relative
Logical specifying whether to have relative or absolute scales. Defaults to
TRUE
.- width
Width of bars. Default to
NULL
, which means it is automatically determined based on the minimum grid spacing inx
.