Skip to content
Snippets Groups Projects
Commit eabb1150 authored by Maria Voigt's avatar Maria Voigt
Browse files

saving output in .csv so it can be scanned

parent 2dede303
No related branches found
No related tags found
No related merge requests found
......@@ -197,11 +197,11 @@ pred_per_boot <- as.data.frame(pred_per_boot)
names(pred_per_boot) <- paste0("year_", c(1999:2015))
saveRDS(pred_per_boot,
write.csv(pred_per_boot,
file = file.path(outdir,
paste0("bootstrapped_pred_per_pixel_",
nr_boot, "_",
Sys.Date(), ".rds")))
Sys.Date(), ".csv")), row.names = F)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment