Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
dimfalk committed Mar 1, 2024
1 parent 3abc429 commit af4d1f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ library(kostra2010R)

### Get "INDEX_RC" based on row and column information

Sometimes identification of grid cells is not accomplished using "INDEX_RC" directly but rather using a combination of X and Y information (e.g. column 11, row 49). This information can easily be used to generate the necessary "INDEX_RC" field.
Sometimes identification of grid cells is not accomplished using "INDEX_RC" directly but rather using a combination of X and Y information (e.g. row 49, column 11). This information can easily be used to generate the necessary "INDEX_RC" field.

```{r}
# Generate "INDEX_RC" based on row and column information.
Expand Down Expand Up @@ -215,7 +215,7 @@ xts

### Further utilization

Data can now be visualized as intensity-duration-frequency curves using `plot_idf()`, underpinned by `{ggplot2}`...
Data can additionally be visualized as intensity-duration-frequency curves using `plot_idf()`, underpinned by `{ggplot2}` ...

```{r}
plot_idf(kostra)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ library(kostra2010R)

Sometimes identification of grid cells is not accomplished using
“INDEX_RC” directly but rather using a combination of X and Y
information (e.g. column 11, row 49). This information can easily be
information (e.g. row 49, column 11). This information can easily be
used to generate the necessary “INDEX_RC” field.

``` r
Expand Down Expand Up @@ -363,8 +363,8 @@ xts

### Further utilization

Data can now be visualized as intensity-duration-frequency curves using
`plot_idf()`, underpinned by `{ggplot2}`
Data can additionally be visualized as intensity-duration-frequency
curves using `plot_idf()`, underpinned by `{ggplot2}`

``` r
plot_idf(kostra)
Expand Down

0 comments on commit af4d1f7

Please sign in to comment.