Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Romain committed Aug 13, 2020
1 parent 8ac13c3 commit 14ed409
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 @@ -8,7 +8,7 @@ library(lidR)

file <- system.file("extdata", "Topography.laz", package="lidR")
las <- readLAS(file, select = "xyz")
las <- lasground(las, csf())
las <- classify_ground(las, csf())

plot(las, color = "Classification")
```
Expand Down

0 comments on commit 14ed409

Please sign in to comment.