search for: vadeaths_flat_tmp1

Displaying 1 result from an estimated 1 matches for "vadeaths_flat_tmp1".

Did you mean: vadeaths_flat_tmp2
2009 Feb 02
1
Broke ggplot...
....   I thought I was beginning to understand ggplot, but I have encountered a silly little issue.   For some reason the following does not produce a histogram with fill due to the Person's characteristics: (Note that VADeaths_flat_df$Data works fine...)     VADeaths_df<-data.frame(VADeaths) VADeaths_flat_tmp1<-data.frame(Data=as.numeric(as.character(VADeaths_df$Rural.Male)), Person="Rural.Male") VADeaths_flat_tmp2<-data.frame(Data=as.numeric(as.character(VADeaths_df$Rural.Female)), Person="Rural.Female") VADeaths_flat_tmp3<-data.frame(Data=as.numeric(as.character(VADeaths_df...