search for: pctprof

Displaying 3 results from an estimated 3 matches for "pctprof".

Did you mean: pcpro
2009 Apr 17
0
Mischief on legend when size=1 added to geom_line
Hi Arthur: # Just move size outside 'aes' like this: p <- ggplot(df1, aes(Year, PctProf, group = Group)) p + geom_line(aes(color = Group),size=1) # to make the background white just use the black and white theme: p <- ggplot(df1, aes(Year, PctProf, group = Group)) p + geom_line(aes(color = Group),size=1) + theme_bw() Felipe D. Carrillo Supervisory Fishery Biologist Department...
2009 May 27
2
Factor level with no cases shows up in a plot
Consider this data structure (df1) ... Group Year PctProf FullYr 1 Never RF 2004 87 88 2 Cohort 1 2004 83 84 3 Cohort 2 2004 84 86 4 Cohort 3 2004 87 87 5 Cohort 4 2004 73 74 6 Never RF 2005 85 86 7 Cohort 1 2005 81 82 8 Cohort 2 2005 81 81 9 Cohort 3 2005 78 79 10 C...
2009 Jun 01
1
installing sn package
...ur Burke" <burkea@nwrel.org> Subject: [R] Factor level with no cases shows up in a plot To: <r-help@r-project.org> Message-ID:     <CF736B65E2E03F42A197473E43E074A20529DDCA@w23-7928.nwrel.org> Content-Type: text/plain Consider this data structure  (df1) ...       Group Year PctProf FullYr 1  Never RF 2004      87    88 2  Cohort 1 2004      83    84 3  Cohort 2 2004      84    86 4  Cohort 3 2004      87    87 5  Cohort 4 2004      73    74 6  Never RF 2005      85    86 7  Cohort 1 2005      81    82 8  Cohort 2 2005      81    81 9  Cohort 3 2005      78    79 10 Cohort 4 2...