Skip to content

Commit a2be902

Browse files
committed
add usage examples [WIP]
1 parent 60f1622 commit a2be902

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Helper functions are provided to facilitate analyzing FIA tree lists as Spatial
8484
X <- create_fia_ppp(plantation)
8585
summary(X)
8686
87-
plot(X, pch = 16, main = "Loblolly pine plantation")
87+
plot(X, pch = 16, background = "gray90", main = "Loblolly pine plantation")
8888
8989
# compute Ripley's K-function applying isotropic edge correction
9090
K <- spatstat.explore::Kest(X, rmax = 12, correction = "isotropic")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ summary(X)
164164
#> Unit of length: 1 foot
165165
#> Fraction of frame area: 0.124
166166

167-
plot(X, pch = 16, main = "Loblolly pine plantation")
167+
plot(X, pch = 16, background = "gray90", main = "Loblolly pine plantation")
168168
```
169169

170170
<img src="man/figures/README-spatstat-explore-1.png" alt="" width="70%" />
215 Bytes
Loading

0 commit comments

Comments
 (0)