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.
<http://r.789695.n4.nabble.com/file/n4646789/1.bmp> hi is it possible to draw a graph like the attached one using ggplot? how should i code it in r? thanks. -- View this message in context: http://r.789695...
I would like to add specific point on to the regression line, like (x=1),shape=value(1) is it possible? -- View this message in context: http://r.789695.n4.nabble.com/how-can-i-plot-dotted-regression-line-shaped...
I have generated plot using ggplot, and i would like to add mean value to the regression line as a marker. how to do it? p <- ggplot(data, aes(x = x, y = y, color = a, shape = factor(sex), linetype = factor...
I am plotting ggplot smooth line. I would like to add dots to the regression line, the dots are shaped under different condition. p <- ggplot(data, aes(x = x, y = y, shape = assign, linetype = factor(sex))) p0b <- p+ scale_linetype...
Can't find what you're looking for? Try searching with Google .