Возможно, вам потребуется увеличить поля с помощью опции mar
, например, mar=c(5.1, 4.1, 2.1, 2.1)
.
Пример
plot(summary(rq(Sepal.Length ~ Petal.Length + Petal.Width +
Species, tau=quantile, method="fn", data=iris)),
xlab="tau", ylab="coefficient", mar=c(5.1, 4.1, 2.1, 2.1))
![enter image description here](https://i.stack.imgur.com/LmaQt.png)