Skip to content

Commit

Permalink
update task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
kadyb authored Mar 20, 2024
1 parent 4f7e9a0 commit 78e2948
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zadania/zad1bt.R → zadania/zadanie_2.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
library("terra")
sciezka=system.file("ex/logo.tif", package = "terra")

url= "https://naciscdn.org/naturalearth/110m/physical/ne_110m_land.zip"
url="https://naciscdn.org/naturalearth/110m/physical/ne_110m_land.zip"
download.file(url, "ne_110_land.zip", mode = "wb")
unzip("ne_110_land.zip", exdir = "ne_110_land1")

Expand All @@ -17,4 +16,3 @@ land

plot(land, background="lightblue", col="lightgreen", main="Mapa Świata")
plot(lakes, add=TRUE,col="blue")

0 comments on commit 78e2948

Please sign in to comment.