Skip to content

Commit 9fc82d9

Browse files
committed
Update Readme with figures
1 parent 14f6c85 commit 9fc82d9

4 files changed

+0
-7
lines changed

README-unnamed-chunk-5-1.png

11.9 KB
Loading

README-unnamed-chunk-7-1.png

5.48 KB
Loading

README-unnamed-chunk-8-1.png

16 KB
Loading

README.Rmd

-7
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ plot(comm_rand)
8181
plot(comm_agg)
8282
```
8383

84-
<!--![](inst/image/README-unnamed-chunk-4-1.png)-->
85-
8684
### Analysis of spatially-explicit community data
8785

8886
`mobsim` mobsim offer functions to analyse spatially-explicit community data.
@@ -101,8 +99,6 @@ lines(m_species ~ prop_area, data = sar_agg, type = "b", col = 2)
10199
legend("bottomright", c("Random","Aggregated"), col = 1:2, lwd = 2)
102100
```
103101

104-
<!-- ![](inst/image/README-unnamed-chunk-6-1.png) -->
105-
106102
### Sampling of communities
107103

108104
Simulated or observed communities can be also sampled inorder to test whether
@@ -115,9 +111,6 @@ samples_rand <- sample_quadrats(comm_rand, avoid_overlap = TRUE)
115111
samples_agg <- sample_quadrats(comm_agg, avoid_overlap = TRUE)
116112
```
117113

118-
<!-- ![](inst/image/README-unnamed-chunk-7-1.png)-->
119-
120-
This is just a test
121114

122115

123116

0 commit comments

Comments
 (0)