Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

4 results for “from:AnjaM”

lattice: defining grouping variable only for the upper/lower panel with splom
AnjaM · Nov 20, 2012 · r-help

Thank you very much, this works! -- View this message in context: http://r.789695.n4.nabble.com/lattice-defining-grouping-variable-only-for-the-upper-lower-panel-with-splom-tp4650033p4650144.html Sent from the R help mailing list archive at...

lattice: defining grouping variable only for the upper/lower panel with splom
AnjaM · Nov 19, 2012 · r-help

Using the mtcars dataset, how to define the grouping variable to be valid only for the upper or lower panel? The following doesn't work: # Code start splom(~data.frame(mpg, disp, hp, drat, wt, qsec), data=mtcars, pscales=0...

[lattice] print only legend
AnjaM · Nov 21, 2012 · r-help

Is it possible to plot (and save) only the legend of a lattice plot? Of course I could make the axes and axis labels transparent and use an empty panel function, but additionally to being a very "dirty" solution, there...

lattice density plot: add vertical lines at groupwise medians for all panels
AnjaM · Nov 20, 2012 · r-help

Suppose you have the following code: ########## Start code########## data(Chem97, package="mlmRev") densityplot(~gcsescore | factor(score), groups=gender, data=Chem97, auto.key=TRUE, plot.points=FALSE, ref=TRUE, panel=function(x,...){ panel.densityplot(x,...) median.values <- median(x) panel.abline...

Can't find what you're looking for? Try searching with Google .