Skip to content

Commit

Permalink
better formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wcornwell committed Nov 20, 2024
1 parent 5df708b commit bac16d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```


Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

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

0 comments on commit bac16d0

Please sign in to comment.