Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston committed Apr 29, 2019
1 parent 7e3cb3a commit 37c2f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ brazil$max_dec_temp <- exact_extract(temp, brazil, weighted.mean, na.rm=TRUE)

plot(brazil['max_dec_temp'])

# Output a matrix of cell values, cell coordiantes, and coverage fractions for a given polygon
# Output a matrix of cell values, cell coordinates, and coverage fractions for a given polygon
exact_extract(temp, brazil[1, ], include_xy=TRUE)

# Generate a raster showing cell coverage fractions for a given polygon
Expand Down

0 comments on commit 37c2f0f

Please sign in to comment.