search for: strinch

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

2001 Jan 10
0
Re: some problems with windows(rescale=) (PR#794)
...lt;- strwidth(jandltext, cex=cex, units="user") > inches <- strwidth(jandltext, cex=cex, units="inches") > pin <- par("pin") > din <- par("din") > data.frame(din=din[1], aspectratio=din[1]/din[2], pintodin=pin[1]/din[1], struser=user, strinchtopin=inches/pin[1], strinch=inches) > } > > windows(width=width, height=height, rescale="fit") # this one serves as reference for initial window size > windows(width=width, height=height, rescale="fit") > par(cex=1) > par(mai=c(0,0,0,0)) > plot.new() > pa...
2000 Dec 28
1
some (may be related) problems with windows(rescale=) (PR#794)
############################################################################### Before reporting 4 problems with windows(rescale=) I want to congrat on R1.2 and to thank r-developers for quickly adding the rescale workaround to the windows version. Happy New Year Jens Oehlschlaegel ###############################################################################