Displaying 2 results from an estimated 2 matches for "defaultplot".
Did you mean:
default_ldt
2012 Aug 15
0
question concerning par("plt") and par("mar")
...# change layout
plot(0) # figure too large; par("plt") is same as in mfrow = c(1,1))
I have now solved that by writing, after par(plt = plt) the following
par(mar = par("mar"))
as far as I can see, this only sets (in R-source-code par.c) the variable defaultPlot equal to TRUE.
This seems to work, as now par("plt") is calculated when changing the layout.
I wonder if this is a good way to do this - does it have other side-effects?
Thanks,
Karline Soetaert
[[alternative HTML version deleted]]
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
...^
cc-1185 c89: WARNING File = plot.c, Line = 2932
An enumerated type is mixed with another type.
dd = GNewPlot(GRecording(call));
^
cc-1185 c89: WARNING File = plot.c, Line = 2968
An enumerated type is mixed with another type.
dd->dp.defaultPlot = dd->gp.defaultPlot = 1;
^
cc-1552 c89: WARNING File = plot.c, Line = 2911
The variable "save_mUnits" is set but never used.
int save_mUnits, save_defaultPlot;
^
cc-1552 c89: WARNING File = plot.c, Line = 2911
The va...