ylabFun {qAnalyst} | R Documentation |
ylabFun
makes y-axis labels.
ylabFun(xName, type = "xbar")
xName |
is the name of the analyzed variable. |
type |
type of chart to be plotted, default "xbar". Specified chart type must have been implemented. |
This is an internal function.
A string that concatenates chartType of xName.
Internal function
Giorgio Spedicato
Internal function
type="i"
xName="weight"
print(ylabFun(xName,type))
#"Individual values of weight"