Skip to content

Commit f82e3ae

Browse files
authored
Update NMDS.Rmd
1 parent e89e71a commit f82e3ae

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

NMDS.Rmd

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ title: "NMDS Visualization of Metabarcoding Data"
33
output: html_document
44
---
55

6-
```{r setup, include=FALSE}
7-
knitr::opts_chunk$set(echo = TRUE)
8-
```
96

107

118

@@ -111,3 +108,11 @@ legend(
111108
112109
```
113110

111+
112+
```{r}
113+
114+
115+
adonis(Bact_NMS_axes ~ Vertposition, data=for_ploting, permutations=999)
116+
117+
```
118+

0 commit comments

Comments
 (0)