Closed ohagen closed 4 years ago
If you add the following lines to the observer function:
plot_richness(species, landscape) plot_landscape(landscape) plot_species_presence(species[[1]], landscape)"
run
run_simulation(config = "./inst/extdata/WorldCenter/config/config_worldcenter.R", + landscape = "./inst/extdata/WorldCenter/landscape", + call_observer = "all", output_directory = "YOURTEMPDIRHERE")
breaks with error:
[1] "config found: ./inst/extdata/WorldCenter/config/config_worldcenter.R" [1] "landscape found: ./inst/extdata/WorldCenter/landscape" [1] "output directory is: C:/temp/config_worldcenter" Error in rownames(landscape[["coordinates"]]) : object 'landscape' not found
If you add the following lines to the observer function:
run
breaks with error: