Mercurial > repos > ecology > ecoregion_taxa_seeker
diff crea_carte_G.R @ 1:9dc992f80c25 draft
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 459ba1277acd7d8d4a02f90dbd7ff444bf8eac92
author | ecology |
---|---|
date | Wed, 24 Jan 2024 15:52:43 +0000 |
parents | e3cd588fd14a |
children |
line wrap: on
line diff
--- a/crea_carte_G.R Wed Oct 18 09:58:17 2023 +0000 +++ b/crea_carte_G.R Wed Jan 24 15:52:43 2024 +0000 @@ -15,7 +15,7 @@ data <- args[1] } -clus <- read.table(data, header=TRUE, na.strings = "na") +clus <- read.table(data, sep="\t" ,header=TRUE, na.strings = "na") #tmap method @@ -26,7 +26,7 @@ summarize() map <- tm_shape(grouped_data) + - tm_dots(col = "cluster", palette = "Accent", size = 0.1, title = "écorégions")+ + tm_dots(col = "cluster", palette = "Accent", n=256, size = 0.1, title = "ecoregions")+ tm_scale_bar(position = c("right","top"))+ tm_compass(position = c("right","top"))+ tm_layout(frame = FALSE,legend.position = c("left","bottom"))+