Skip to content

Commit

Permalink
Refactor file path for writing febr data to disk
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-rosa committed Jun 26, 2024
1 parent 20c5977 commit fa8588a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/08-gee-trainning-data.r
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ landuse <- c(
"Lavouras"
)
dev.off()
png("mapbiomas-solos/res/gee-trainning-stock-time-landuse.png",
png("mapbiomas-solo/res/gee-trainning-stock-time-landuse.png",
width = 480 * 3, height = 480 * 3, res = 72 * 2)
par(mfrow = c(3, 3))
for (i in seq_along(landuse)) {
Expand Down

0 comments on commit fa8588a

Please sign in to comment.