From af4d1f7d0194dcbfe33ffc027ff5e355b8ac53d3 Mon Sep 17 00:00:00 2001 From: Dimitri Falk Date: Fri, 1 Mar 2024 12:19:42 +0100 Subject: [PATCH] README --- README.Rmd | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.Rmd b/README.Rmd index c7c04b5..2588a8a 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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. @@ -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) diff --git a/README.md b/README.md index 39ca77f..c7a26d2 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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)