From bac16d08299a788a6569fa710c516d37b695e1fa Mon Sep 17 00:00:00 2001 From: Will Cornwell Date: Thu, 21 Nov 2024 10:51:46 +1100 Subject: [PATCH] better formatting --- README.Rmd | 5 ++++- README.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index b2cbe7a..66564f8 100644 --- a/README.Rmd +++ b/README.Rmd @@ -40,7 +40,10 @@ library(saltbush) the example data in this case is 5 bands sampled from a drone ```{r, message=FALSE} -create_multiband_image("inst/extdata/create_multiband_image/",c('blue', 'green', 'red', 'red_edge', 'nir'), output_dir=tempdir(),make_plot = TRUE,return_raster = TRUE) +create_multiband_image("inst/extdata/create_multiband_image/", + c('blue', 'green', 'red', 'red_edge', 'nir'), + output_dir = tempdir(), + make_plot = TRUE, return_raster = TRUE) ``` diff --git a/README.md b/README.md index 665d68a..8ef3f56 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,10 @@ calculate spectral + taxonomic diversity values for assessment of the the example data in this case is 5 bands sampled from a drone ``` r -create_multiband_image("inst/extdata/create_multiband_image/",c('blue', 'green', 'red', 'red_edge', 'nir'), output_dir=tempdir(),make_plot = TRUE,return_raster = TRUE) +create_multiband_image("inst/extdata/create_multiband_image/", + c('blue', 'green', 'red', 'red_edge', 'nir'), + output_dir = tempdir(), + make_plot = TRUE, return_raster = TRUE) ```