Displaying 3 results from an estimated 3 matches for "summer2010_ggplot2_intro".
2013 Mar 08
2
ggplot2: modifying line width and background fill color for stat_smooth()
In the example below, from
http://www.ling.upenn.edu/~joseff/rstudy/summer2010_ggplot2_intro.html
I'd like to make (a) the fitted line thicker and (b) change the
background fill color for the confidence
envelope around each fitted line to a low-alpha transparent version of
the same color used
for the separate fitted lines for GENDER, rather than grey for both.
How can I do this?...
2011 Sep 12
1
plot 3 lines with ggplot2
...fer that not to be shown.
Aesthetically, I'd like the plot to look like this one (except with 3
lines), although I believe that's not the proper kind of plot for my
data:
http://www.ling.upenn.edu/~joseff/rstudy/plots/ggplotintro/densityidentity.png
http://www.ling.upenn.edu/~joseff/rstudy/summer2010_ggplot2_intro.html
Is there a way to do this with my data? From what I've been reading,
I get the sense that my data might be in the wrong format for what I'm
trying to do. I've tried experimenting with melt to reformat my data,
but have gotten nowhere. I've tried a number of different ways to...
2013 Mar 06
6
Ggplot2: Moving legend, change fill and removal of space between plots when using grid.arrange() possible use of facet_grid?
...;, but it did not work. I have not understood how to do this in
ggplot2. Can you help me?
# I also do not want loads of space between the graphs (see below script
with Dummy Data).
# If I could make it look like the examples on the (nice) examples page:
# http://www.ling.upenn.edu/~joseff/rstudy/summer2010_ggplot2_intro.html
# using the facet_grid(), I would be very very happy.
# I also do not want the gemoetric points to be filled and the fill="white"
commande
# does not seem to work - why? and are there alternatives?
#Furthermore, I would like to add legends to inside the plot area instead of
on th...