tests/testthat/_snaps/draw-gam.md

draw.gam issues message for parametric only model

Code
  plt <- draw(m_only_para)
Message
  i Unable to draw any of the model terms.

draw.gam works for a parametric only model

Code
  plt <- draw(m_only_para, parametric = TRUE, angle = 90, rug = FALSE, data = df_2_fac,
    envir = teardown_env())
Message
  i Interaction terms are not currently supported.


Try the gratia package in your browser

Any scripts or data that you put into this service are public.

gratia documentation built on Feb. 7, 2026, 9:06 a.m.