Displaying 3 results from an estimated 3 matches for "vadj".
Did you mean:
adj
2007 Jun 19
2
axis labels in multiple plots
...c(1,8) )
## And now the bar plots
for (l in 7:1) {
for (m in 1:3) {
subplot(barplot(sim.data[, , l, m], las = 1, names.arg = paste("year", 1:5),
mgp = c(3, 0, 0), cex.axis = 0.7, cex.names = 0.7,),
x = x.pos[m], y = y.pos[l], size = c(1.3,0.5), vadj = 0 )
}
}
Any hints ?
Héctor
[[alternative HTML version deleted]]
2007 Feb 26
3
PLotting R graphics/symbols without user x-y scaling
Is it possible to add lines or other
user defined graphics
to a plot in R that does not depend on
the user scale for the plot?
For example I have a plot
plot(x,y)
and I want to add some graphic that is
scaled in inches or cm but I do not want the
graphic to change when the x-y scales are
changed - like a thermometer, scale bar or
other symbol -
How does one do this?
I want to build my own
2005 Dec 06
2
figure with inset
I am trying to plot a figure within a figure (an inset that shows a closeup of
part of the data set). I have searched R-help and other sources but not found a
solution.
What I would like to do is
(1) produce a plot
(2) specify a window that will be used for the next plot (in inches or using the
coordinate system of the plot produced in (1)
(3) overlay a new plot in the window specified under (2)