inst/Examples/marsPlot.R

require(lattice)
require(SoDA)
## requires mars data.frame
SoDA:::.getMarsData()
pdf(file = "Examples/marsPlot.pdf", width = 7.5, height = 3)
par(cex=.6)
plot(mars$Date, mars$Declination)
dev.off()

Try the SoDA package in your browser

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

SoDA documentation built on Oct. 28, 2020, 9:07 a.m.