search for: episynlest

Displaying 2 results from an estimated 2 matches for "episynlest".

Did you mean: episynlestes
2002 Dec 08
1
color of plot axes involving POSIX types
...(calendar) time. As the output is to be produced as a Powerpoint picture on a dark background I wish to make the plot output yellow > par(col="yellow", col.axis="yellow", col.lab="yellow", col.main="yellow") > plot(t2, t1, ylim=c(0,40), main="Episynlestes run 2", ylab="frequency", type="h", axes=FALSE, lwd=2) where t2 is a vector of POSIX type and t1 is the associated frequency. This works *except* that the x axis is printed ... and in black > axis.POSIXct(1, t2, col="yellow") makes the x axis yellow by...
2002 Dec 09
0
Re: R-help digest, Vol 1 #10 - 6 msgs
...gt; the output is to be produced as a Powerpoint picture on a dark background I > wish to make the plot output yellow > > > par(col="yellow", col.axis="yellow", col.lab="yellow", col.main="yellow") > > plot(t2, t1, ylim=c(0,40), main="Episynlestes run 2", ylab="frequency", > type="h", axes=FALSE, lwd=2) > > where t2 is a vector of POSIX type and t1 is the associated frequency. > This works *except* that the x axis is printed ... and in black > > > axis.POSIXct(1, t2, col="yellow") &...