eikos_y_labels {eikosograms} | R Documentation |
eikos helper function. Returns grob with y axis labels.
Description
eikos helper function. Returns grob with y axis labels.
Usage
eikos_y_labels(y, data, margin = unit(2, "points"), yname_size = 12,
yvals_size = 10, lab_rot = 0)
Arguments
y |
response variable |
data |
data frame from eikos_data. |
margin |
unit specifying margin |
yname_size |
font size for y axis variable names (in points) |
yvals_size |
font size of labels for values of y variable (in points) |
lab_rot |
integer indicating the rotation of the label, default is horizontal |
Value
gList with x labels and x-axis names as grob frames.
grobFrame with response variable labels and axis text
[Package eikosograms version 0.1.1 Index]