n_range2 {saros} | R Documentation |
Provides a range (or single value) for N in a ggplot2
-object from makeme()
Description
Provides a range (or single value) for N in a ggplot2
-object from makeme()
Usage
n_range2(ggobj, glue_template_1 = "{n}", glue_template_2 = "[{n[1]}-{n[2]}]")
Arguments
ggobj |
A |
glue_template_1 , glue_template_2 |
String, for the case of a single value (1) or a range with minimum-maximum of values (2). |
Value
String.
Examples
n_range2(makeme(data = ex_survey, dep = b_1:b_3))
[Package saros version 1.2.0 Index]