search for: equilog

Displaying 7 results from an estimated 7 matches for "equilog".

Did you mean: equilogs
2011 Mar 15
2
graph lines don;t appear
...r(mfrow=c(1,2)) plot(pln[,1], type="l", lwd="2", ylab="EUR/PLN", xlab=NULL, xlim = c(1993, 2011), ylim = c(2, 5), panel.first = grid(nx=NULL, ny=NULL)) plot(log(pln[,1]), type="l", ylab="EUR/PLN", xlab=NULL, xlim = c(1993, 2011), panel.first = grid(equilogs = FALSE)) Cheers. Sara [[alternative HTML version deleted]]
2010 Feb 12
1
scatterplot in Package CAR
...f Firms", pch=c(18), boxplots=FALSE, main = "Relative Number of Firms x Relative Plant Fixed Cost", pty='s',lty = "solid", las = 1, adj=0.5) grid(nx = 10, ny = 10, col = "black", lty = "dotted",lwd = par("lwd"), equilogs = TRUE) A variable, ctt, of ones is in the dataset. Thanks in advance, Rick [[alternative HTML version deleted]]
2013 Feb 14
1
fill colour in grid
...1, lwd = 3) segments(0, 4, 4, 4, col=2, lty = 1, lwd = 3) segments(3, 3, 4, 3, col=5, lty = 1, lwd = 3) segments(3, 3, 3, 4, col=5, lty = 1, lwd = 3) polygon(c(3,4) , col="purple") #grid(nx = NULL, ny = nx, col = "lightgray", lty = "dotted", lwd = par("lwd"), equilogs = TRUE) grid(nx = 8) [[alternative HTML version deleted]]
2009 Dec 08
1
histbackback function
...4 1min rates") barplot(-out$left, col="ivory2", horiz=TRUE, space=0, add=TRUE, axes=FALSE) barplot(out$right, col="ivory4", horiz=TRUE, space=0, add=TRUE, axes=FALSE) grid(nx=NULL, ny = NULL, col = "lightgray", lty = "dotted", lwd = par("lwd"), equilogs = TRUE) http://n4.nabble.com/file/n954888/sens-spec%2Bgraph.jpg http://n4.nabble.com/file/n954888/back-to-back%2Bhistogram%2B2.jpg Thanks! Katie -- View this message in context: http://n4.nabble.com/histbackback-function-tp954888p954888.html Sent from the R help mailing list archive at Nabbl...
2005 Jun 28
2
axTicks on a reverse ylog plot (PR#7973)
There is still issues with the reversed y-log scale plot: # Test case A: works as expected plot(10:100,log="y",ylim=c(100,11)) grid() par("yaxp") # Test case B: grid does not have horizontal lines; par("yaxp") is different plot(1:100,log="y",ylim=c(100,10)) grid() par("yaxp") In the second test case, axTicks for the horizontal lines (in
2002 Oct 01
6
R-1.6.0 is released
...The default filenames have been changed to include a sequence number. o New function axTicks() returning tick mark locations like axis(). o grid() has a more sensible default behavior. Tick axis alignment only happens when no numbers of grid cells are specified. New arguments lwd and equilogs; nx/ny = NA for not drawing, see ?grid. o installed.packages() has a new argument `priority'. o termplot() uses factor levels rather than 1,2,3... for x-axis. o Workaround for optimization bugs on gcc 3.1/2 on 32-bit Solaris. o The trace() function has been robustified and...
2002 Oct 01
6
R-1.6.0 is released
...The default filenames have been changed to include a sequence number. o New function axTicks() returning tick mark locations like axis(). o grid() has a more sensible default behavior. Tick axis alignment only happens when no numbers of grid cells are specified. New arguments lwd and equilogs; nx/ny = NA for not drawing, see ?grid. o installed.packages() has a new argument `priority'. o termplot() uses factor levels rather than 1,2,3... for x-axis. o Workaround for optimization bugs on gcc 3.1/2 on 32-bit Solaris. o The trace() function has been robustified and...