add_ridge {scplot} | R Documentation |
Add a ridge to an scplot
Description
Add a ridge to an scplot
Usage
add_ridge(object, color = "grey98", variable = ".dvar")
Arguments
object |
An scplot object (class |
color |
A character string or a number defining the color of an element. |
variable |
Name of the dataline variable to apply the style. |
Value
An object of class scplot
(seescplot()
) with changed element
ridges
.
[Package scplot version 0.4.0 Index]