Skip to content

Commit bac16d0

Browse files
committed
better formatting
1 parent 5df708b commit bac16d0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.Rmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ library(saltbush)
4040

4141
the example data in this case is 5 bands sampled from a drone
4242
```{r, message=FALSE}
43-
create_multiband_image("inst/extdata/create_multiband_image/",c('blue', 'green', 'red', 'red_edge', 'nir'), output_dir=tempdir(),make_plot = TRUE,return_raster = TRUE)
43+
create_multiband_image("inst/extdata/create_multiband_image/",
44+
c('blue', 'green', 'red', 'red_edge', 'nir'),
45+
output_dir = tempdir(),
46+
make_plot = TRUE, return_raster = TRUE)
4447
```
4548

4649

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ calculate spectral + taxonomic diversity values for assessment of the
2929
the example data in this case is 5 bands sampled from a drone
3030

3131
``` r
32-
create_multiband_image("inst/extdata/create_multiband_image/",c('blue', 'green', 'red', 'red_edge', 'nir'), output_dir=tempdir(),make_plot = TRUE,return_raster = TRUE)
32+
create_multiband_image("inst/extdata/create_multiband_image/",
33+
c('blue', 'green', 'red', 'red_edge', 'nir'),
34+
output_dir = tempdir(),
35+
make_plot = TRUE, return_raster = TRUE)
3336
```
3437

3538
<img src="man/figures/README-unnamed-chunk-2-1.png" width="100%" />

0 commit comments

Comments
 (0)