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 20, 2024
1 parent 0c390fa commit 912415b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion notebooks/02_przetwarzanie_raster.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ raster

Funkcja `rast()` przyjmuje argument `vals`, który zostawiliśmy pusty, w związku
z czym stworzonemu rastrowi nie zostały przypisane żadne wartości. Możemy to
potwierdzić za pomocą funkcji `hasValues`.
potwierdzić za pomocą funkcji `hasValues()`.

```{r}
hasValues(raster)
Expand Down
Loading

0 comments on commit 912415b

Please sign in to comment.