Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-g-fisher authored Nov 27, 2024
1 parent ddbe190 commit 1e58641
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ aoi_files <- list.files("inst/extdata/aoi",
``` r

pixel_values <- extract_pixel_values(raster_files,
aoi_files)
aoi_files,
c('blue','green','red','red_edge','nir'))

head(pixel_values)
#> site_name blue green red red_edge nir aoi_id
Expand Down

0 comments on commit 1e58641

Please sign in to comment.