Skip to content

Commit

Permalink
updates to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompalski committed Mar 19, 2024
1 parent c28c2d0 commit cf8b1ff
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ of this benchmark are dependent on the workstation’s specifications and
should be considered as a relative indication of the processing time
required.

![](README_files/figure-gfm/unnamed-chunk-3-1.png)<!-- -->
![](man/figures/unnamed-chunk-4-1.svg)<!-- -->

<!-- ```{r, echo=F, message=FALSE} -->
<!-- library(readxl) -->
Expand Down
21 changes: 20 additions & 1 deletion README.rmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
---
output: github_document
output:
github_document:
toc: false
fig_width: 7
fig_height: 5
---

<!-- README.md is generated from README.Rmd. Please edit that file -->

```{r, echo = FALSE, warning=FALSE, message=FALSE}
options(digits = 2)
knitr::opts_chunk$set(
collapse = TRUE,
fig.path = "man/figures/",
fig.width = 7,
fig.height = 5,
comment = "#>",
dev = "svg",
dpi = 300
)
```


# lidRmetrics

Additional point cloud metrics for use with *_metric functions in the `lidR` package.
Expand Down

0 comments on commit cf8b1ff

Please sign in to comment.