Skip to content

Commit

Permalink
add missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
kadyb authored Feb 17, 2024
1 parent 4a0e1bf commit a22d7c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/01_wprowadzenie.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ writeRaster(raster, filename = "raster.tif")
```

W powyższej funkcji można zdefiniować również inne argumenty, np. typ danych
(`datatype = "INT1U"`) czy kompresję (`gdal = c("COMPRESS=LZW"`).
(`datatype = "INT1U"`) czy kompresję (`gdal = c("COMPRESS=LZW")`).

# Dane wektorowe

Expand Down
2 changes: 1 addition & 1 deletion notebooks/01_wprowadzenie.html
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ <h2>Zapisywanie</h2>
<pre class="r"><code>writeRaster(raster, filename = &quot;raster.tif&quot;)</code></pre>
<p>W powyższej funkcji można zdefiniować również inne argumenty, np. typ
danych (<code>datatype = &quot;INT1U&quot;</code>) czy kompresję
(<code>gdal = c(&quot;COMPRESS=LZW&quot;</code>).</p>
(<code>gdal = c(&quot;COMPRESS=LZW&quot;)</code>).</p>
</div>
</div>
<div id="dane-wektorowe" class="section level1">
Expand Down

0 comments on commit a22d7c5

Please sign in to comment.