scr_points {fxl} | R Documentation |
scr_points
Description
scr_points
Usage
scr_points(
core_frame,
pch = 21,
color = "black",
fill = "black",
cex = 1,
styler = NA,
data = NA,
mapping
)
Arguments
core_frame |
fxl object |
pch |
from base |
color |
from base |
fill |
from base |
cex |
from base |
styler |
a lambda function that returns dynamic styling parameters |
data |
(optional) if overriding data |
mapping |
(optional) if overriding draw (i.e., different response) |
Value
a layer to the core plotting object
Author(s)
Shawn Gilroy <sgilroy1@lsu.edu>
[Package fxl version 1.7.1 Index]