visibly icon indicating copy to clipboard operation
visibly copied to clipboard

πŸ‘“ Functions related to R visualizations

Results 7 visibly issues
Sort by recently updated
recently updated
newest added

Currently `n_factors` arg in `corr_heat` is ignored at the point of checking for problematic input for small K column data (e.g. more factors than data would warrant). ```r if (!plot_only)...

From 1.8-6 changelog: plot.gam now silently returns a list of plotting data, to help advanced users (Fabian Scheipl) to produce customized plot. Check to see if this changes or makes...

When there are multiple random effects, the list of plots is returned, but this has the undesirable side effect of returning `[[1]]` `[[2]]` to the console. An explicit loop over...

For non-symmetric matrices, shouldn't use lower.tri to determine color bar bounds.

- [ ] Make gam plot args more consistent across functions - [ ] Change viridis palettes to scico - [ ] Add functionality for categorical predictors to plot_gam -...

Hi Michael, Using visibly to plot the coefficients of a brms.fit object, I get the following error message: "cannot xtfrm data frames" I failed also to reproduce the example given...

Hello Michael, I am reading your book Mixed Models with R and trying out your package β€œvisibly”. I have come across the below message, which suggested to report it here:...