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:autumnlin”

ggplot specify line type
autumnlin · Oct 19, 2012 · r-help

<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...

how can i plot dotted regression line shaped with condition using ggplot
autumnlin · Oct 19, 2012 · r-help

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...

how to add mean value to regression line using ggplot?
autumnlin · Oct 18, 2012 · r-help

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...

how can i plot dotted regression line shaped with condition using ggplot
autumnlin · Oct 19, 2012 · r-help

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 .