global_view_df_1layer {cheem} | R Documentation |
Create the plot data.frame for the global linked plotly display.
Description
Internal function consumed in the cheem workflow. Produces the plot data.frame of 1 layer. consumed downstream in cheem_ls.
Usage
global_view_df_1layer(x, class = NULL, label = "label")
Arguments
x |
The explanatory variables of the model. |
class |
Optional, (n, 1) vector, a variable to group points by.
This can be the same as or different from |
label |
Optionally provide a character label to store reminder text for the type of model and local explanation used. Defaults to "label". |
Value
A data.frame, for the global linked plotly display.
[Package cheem version 0.4.0.0 Index]