changed figure format & size
This commit is contained in:
parent
748faf5697
commit
ced316e78f
@ -7,19 +7,17 @@ colors <- list(darkblue = "#062e57",
|
||||
|
||||
# save figure
|
||||
tiff(filename = "figures/map.tiff",
|
||||
width = 6600,
|
||||
height = 10200,
|
||||
width = 11,
|
||||
height = 17,
|
||||
units = "in",
|
||||
res = 600,
|
||||
compression = "lzw")
|
||||
|
||||
png(filename = "figures/map.png",
|
||||
width = 6600,
|
||||
height = 10200,
|
||||
res = 600)
|
||||
|
||||
svg(filename = "figures/map.svg",
|
||||
width = 11,
|
||||
height = 17)
|
||||
height = 17,
|
||||
units = "in",
|
||||
res = 600)
|
||||
|
||||
# plot map
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user