Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
jlopezjurado committed Nov 28, 2017
1 parent 088fcfe commit ce14322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SCRIPT_NICHE_POPS.R
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ write.table (tablaresul, "results_pops_vif.txt", sep = "\t")

#VIOPLOTS

vioplot_fun (scores.di$Axis1, scores.te$Axis1, scores.he$Axis1, scores.do$Axis1, names = c("2x","4x","6x","12x"), col = c("green", "red", "blue", "purple"))
vioplot_fun (scores.di$Axis2, scores.te$Axis2, scores.he$Axis2, scores.do$Axis2, names = c("2x","4x","6x","12x"), col = c("green", "red", "blue", "purple"))
vioplot_fun (-scores.di$Axis1, -scores.te$Axis1, -scores.he$Axis1, -scores.do$Axis1, names = c("2x","4x","6x","12x"), col = c("green", "red", "blue", "purple"))
vioplot_fun (-scores.di$Axis2, -scores.te$Axis2, -scores.he$Axis2, -scores.do$Axis2, names = c("2x","4x","6x","12x"), col = c("green", "red", "blue", "purple"))


#DENSITY PLOTS
Expand Down

0 comments on commit ce14322

Please sign in to comment.