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.

3 results for “from:cm256”

Plot multiple variables: label points
cm256 · Aug 17, 2012 · r-help

The provided solution is: panel.text <- function(x, y, text, ...) text (x, y, labels = text) pairs(variable[,2:4], pch=19, text = variable$group, lower.panel = panel.text, upper.panel = panel.text) -- View this message in context: http://r.789695...

Plot multiple variables: label points
cm256 · Aug 17, 2012 · r-help

Hello, I have a data.frame with 10-15 entries which looks like this: group time1 time2 time3 1 F18 4394.500 21043.50 14949.00 2 F25 4678.000 23727.65 15683.12 3 F30 4909.775 23487.60...

Plot multiple variables: label points
cm256 · Aug 17, 2012 · r-help

I know about the text function, it works well if I plot just 2 variables -> I give the x and the y coordinates, but I doesn't work if i try to do this in this plot whith the multiple...

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