Plot concurvity measures
# S3 method for pairwise_concurvity
draw(
object,
title = "Smooth-wise concurvity",
subtitle = NULL,
caption = NULL,
x_lab = "Term",
y_lab = "With",
fill_lab = "Concurvity",
continuous_colour = NULL,
...
)# S3 method for overall_concurvity
draw(
object,
title = "Overall concurvity",
subtitle = NULL,
caption = NULL,
y_lab = "Concurvity",
x_lab = NULL,
bar_col = "steelblue",
bar_fill = "steelblue",
...
)
An object inheriting from class "concurvity"
, usually the
result of a call to model_concurvity()
or its abbreviated form
concrvity()
.
character; the plot title.
character; the plot subtitle.
character; the plot caption
character; the label for the x axis.
character; the label for the y axis.
character; the label to use for the fill guide.
function; continuous colour (fill) scale to use.
arguments passed to other methods.
colour specification for the bar colour.
colour specification for the bar fill