When using the parameter ylab/xlab it is drawn at the same position as the axis tics labels. Is it possible to position them like for in example in a boxplot?
Example:
data <- iris
vioplot(data, ylab = "Some YLab", xlab = "Some XLab")
boxplot(data, ylab = "Some YLab")
When using the parameter ylab/xlab it is drawn at the same position as the axis tics labels. Is it possible to position them like for in example in a boxplot?
Example: