View source: R/documentation-dummies.R
argument_dummy
1 | argument_dummy(pt_alpha, pt_clr, pt_clrp, pt_clrsp, pt_size)
|
pt_alpha |
Numeric value. Specifies the degree of transparency of all points. |
pt_clr |
Character value. Specifies the color of all points. |
pt_clrp |
The color palette to be used if the specified variable displayed by
color is categorical/discrete. Run |
pt_clrsp |
The color spectrum to be used if the specified variable displayed by
color is continuous. Run |
pt_size |
Numeric value. Specifies the size of all points. |
clrp |
Character value. Specifies the color palette to be used to represent
groups of discrete variables. Run |
clrp_adjust |
Named character vector or NULL. If character, it adjusts the color palette that is used to represent the groups. Names of the input vector must refer to the group and the respective named element denotes the color with which to represent the group. |
clrsp |
Character value. Specifies the color spectrum to be used to represent
continuous values of numeric variables. Run |
discrete_feature |
Character value. Specifies the name of the grouping variable
of interest. Use |
display_facets |
Logical value. If set to TRUE the plot is split via
|
display_points |
Logical value. If set to TRUE points are used additionally to display the results. |
display_title |
Logical value. If set to TRUE an informative title is displayed. |
scales, ncol, nrow |
Given to |
simplify |
Logical. If set to TRUE the output list is simplified to a vector if possible. If set to FALSE a list is returned. |
verbose |
Logical. If set to TRUE informative messages regarding the computational progress will be printed. (Warning messages will always be printed.) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.