inst/examples/sunspots-asp.R

# 不同纵横比设置下的太阳黑子时序图
layout(matrix(1:2, 2), heights = c(2, 1))
par(mar = c(4, 4, 0.1, 0.1))
plot(sunspots, xlab = "年份", ylab = "太阳黑子")
plot(sunspots, xlab = "年份", ylab = "太阳黑子", asp = .1)

Try the MSG package in your browser

Any scripts or data that you put into this service are public.

MSG documentation built on July 22, 2021, 1:06 a.m.