You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: The ‘flexplot’ suite is a graphically-based set of tools for doing data analysis. flexplot() allows users to specify a formula and the software automatically chooses what sort of graphic to present. Analysis can be paired with visuals using the visualize() function, such that the software will choose an appropriate graphic to match an R model object.
#### all the above should take care of ALL possible plots, but now we add paneling
170
+
# browser()
159
171
facets= flexplot_panel_variables(varprep,
160
172
related=related, labels=labels, bins=bins,
161
173
suppress_smooth=suppress_smooth, method=method,
162
174
spread=spread, prediction=prediction)
163
175
164
176
if (!is.null(ghost.line) &!is.na(varprep$given[1])){ # with help from https://stackoverflow.com/questions/52682789/how-to-add-a-lowess-or-lm-line-to-an-existing-facet-grid/52683068#52683068
0 commit comments