search for: areatidalend

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

2013 Mar 14
0
Fw: showing ratio in ggplot bar plot with facets
...inally released. So that all bars that show release area 1 are divided by 35, those for release area 2 divided by 45 and those for release area 3 by 56. Is it possible to do this in ggplot? I thought that it would work using the following code, but I don't think its doing what I need it to do: AreaTidalEnd.df<-read.csv("./Analyses/Dispersal_Modelling/Data/AreaTidalEnd.csv", header=TRUE) AreaTidalEnd.df$Model<-factor(as.character(AreaTidalEnd.df$Model),levels=c("extP","extL","extT")) levels(AreaTidalEnd.df$Model)[levels(AreaTidalEnd.df$Model)=="extP&q...