-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor plot_n_important_coeffs, unexport others (#68)
* rewrite plot_n_important_coefficients as nn2poly method * add dontrun also to luz example * unexport plot_ functions * rename source vignettes to get proper syntax highlighting from editors * reorganize dependencies by type * rename vignette sources to prevent pkgdown from compiling them * Added example to plot.nn2poly and fixed bug when n=NULL * Added test for plot.nn2poly when n=NULL * Added details. * Reordered checks for keep_layers and vector in plot function as they needed to be sequential. Also fixed previous bug with n=NULL as dim instead of length had to be used. Added tests for those situations. * Removed the need to use tidytext::reorder_within * Removed the need to suggest tidytext by substituting scale_x_reordered. * Removed faceting when teher is a single polynomial output --------- Co-authored-by: moralapablo <[email protected]>
- Loading branch information
1 parent
45ca38d
commit 6a0584a
Showing
33 changed files
with
680 additions
and
561 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.