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:Norberto Hernandez”

using ggplot2 geom_path() in a grouped variable
Norberto Hernandez · Feb 6, 2019 · r-help

Hi! I am trying to make a scatter/path graph in one variable that is divided in two groups (variable Control), but when I use the geom_path() option, the line continues from the group one to the group two...

Using ggplot2 geom_path() in a grouped variable
Norberto Hernandez · Feb 12, 2019 · r-help

Hi! I am trying to make a scatter/path graph in one variable that is divided in two groups (variable Control), but when I use the geom_path() option, the line continues from the group one to the group two...

Unable to install ggplot2
Norberto Hernandez · Mar 6, 2019 · r-help

I have the same issue with ggplot2 and the rlang package, you need to have the most updated version of the rlang library in order to get installed ggplot2 Regards Norberto El mar., 5 mar. 2019 a las 14:24...

Using ggplot2 geom_path() in a grouped variable
Norberto Hernandez · Feb 12, 2019 · r-help

Rui: Thank you very much for your help! It works the way you do. My problem was with the time I declare the control group: My code: p <- ggplot(data, aes(Pretrend, Outcome)) + geom_point(aes(colour=factor(Control)) Your...

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