global_view_df_1layer: Create the plot data.frame for the global linked plotly...

View source: R/1_cheem_lists.r

global_view_df_1layerR 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 y, the target variable.

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.


cheem documentation built on Nov. 9, 2023, 1:08 a.m.