0
축을 0.5에서 1.5로 나누어야합니다. 내 코드는 다음과 같습니다.R- 축 매트 플롯 기능 해제
matplot(wxyz$days_until_last_pay, wxyz[,c(2,3,4,5)], type=c("b"), pch=1, col=1:4,
main="x![enter image description here][1]", cex.main=0.8)
legend("bottomright", inset=c(0,-0.57), fill=NULL,
legend = c("mean","median","max", "min"), col=1:4, pch=1, cex=0.8)
library("plotrix")
axis.break(axis=2,1,,2,style="zigzag", brw=0.03)
그러나 나는 그 안에 한 줄 밖에 없습니다. 이것은 축을 깨지 않고 있습니다.
어떻게 해결할 수 있습니까? 감사합니다.
을 ... –