Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
katarzynam-165 committed Jul 17, 2023
1 parent 1b05321 commit 6275a08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ library(rangr)

Two of the available datasets, `n1_small.tif` and `K_small.tif`, represent the abundance of a virtual species at the starting point of a simulation and the carrying capacity of the environment, respectively. Both of these objects refer to the same relatively small area, so they are ideal for demonstrating the usage of the package. To view these maps and their dimensions, you can use the following commands:

```{r small_data}
```{r small_data, warning=FALSE}
library(terra)
n1_small <- rast(system.file("input_maps/n1_small.tif", package = "rangr"))
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ and their dimensions, you can use the following commands:

``` r
library(terra)
#> Warning: pakiet 'terra' został zbudowany w wersji R 4.3.1
#> terra 1.7.39

n1_small <- rast(system.file("input_maps/n1_small.tif", package = "rangr"))
Expand Down

0 comments on commit 6275a08

Please sign in to comment.