search for: extl

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

Did you mean: excl
2013 Mar 14
0
Fw: showing ratio in ggplot bar plot with facets
...ould 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"] <- "PTS" levels(AreaTidalEnd.df$Model)[levels(AreaTidalEnd.df$Model)=="extL"] <- "LGS" levels(AreaTidalEnd.df$Model)[levels(AreaTidalEnd.df$Model)=="extT&...