Posts by GEO • 117 points
4 posts
-
4
votes1
answer72
viewsQ: How to plot the factors (spp) of the metaMDS result using ggplot2, related to the collection sites in the original data frame?
Given the following data frame: dat<-data.frame( "sitio" = c("a", "a", "a",'a', "b", "b", "b", 'b', "c", "c", "c",'c'), "amostra"=c(rep(1,4),rep(2,4),rep(3,4)), "sp1"=c(1,3,3,2,4,2,1,5,3,6,1,5),…
-
3
votes1
answer41
viewsQ: Plot factors (spp) of metaMDS in ggplot
I want to plot the species in the clusters of the metaMDS result using ggplot. I tried so, but gives error:Error: Aesthetics must be either length 1 or the same as the data (20): label.…
-
0
votes1
answer32
viewsQ: How to use ggTS with ggplot?
Hello, anyone know, have you used ggTS function to make Temperature/Salinity graphs with ggplot? I’m not sure how to install to make it work together with ggplot.…
-
3
votes1
answer62
viewsQ: How to plot negative coordinates (South Pole) using ggmap, ggplot?
I’m trying to plot some points between South America and the Antarctic Peninsula, but from the error when I delimit the area I wish to appear on the map (xlim, ylim). I had already plotted the map…