Commit 947e381e authored by Daniel Falster's avatar Daniel Falster
Browse files

BUG: Missing )

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -18,6 +18,7 @@ get_unique_plot_coords <- function(set, data){
}
x <- rbind.fill(lapply(names(data), get_unique_plot_coords, data=data))
write.csv(x, file.path(path.processed, "all.sites.coords.csv"), row.names=FALSE,quote=FALSE)
# Map for all sites
to.dev(world.map.all.sites(x, add.legend =TRUE),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment