Description Usage Arguments Value Examples
This functions allows you to create JPEGs of tableplots aganist a dataset and a specific label (which must be a factor or a numeric) A numeric target allows to provide an overview of each variable against the ordering of the label A factor target allows to provide an overview of each variable against each factor of the label
1 2 | tableplot_jpg(data, target, nBins = 100, folder = "./autoplots/plot_",
ID = FALSE, width = 960, height = 960, pointsize = 12)
|
data |
The data to load. |
target |
The target label. Either factor or numeric. |
nBins |
The amount of bins per histogram. Should be between 50 and 500 if possible (higher may overfit, lower may underfit). Defaults to |
folder |
The output folder where tableplots will be stored. Defaults to |
ID |
Should the filename use the ID of the feature (starts at 1) or the name of the feature? Defaults to |
width |
The width output of each tableplot, in pixels. Defaults to |
height |
The height output of each tableplot, in pixels. Defaults to |
pointsize |
The pointsize output of each tableplot, in pixels. Defaults to |
Nothing
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.