`facet_labs`
Function Updates
- Adds facet_labs argument, an optional character vector of facet labels to be used when plotting an interaction with a factor variable.
- interplot no longer sets the random seed; to ensure complete reproducibility, users must now set their own seeds using
set.seed()before calling interplot functions.