随附的是我通过提供的代码获得的plot。 (给出了部分代码)。为避免地块边距出现此问题,我应该如何进行?
plot(density(SouthAmerica5), col=5,
main = "Height Distribution of South America")
lines(density(SouthAmerica4), col=4)
lines(density(SouthAmerica3), col=3)
lines(density(SouthAmerica2), col=2)
lines(density(SouthAmerica1), col=1)