Skip to content

Commit c9b6027

Browse files
authored
Update README.md
1 parent f0079a9 commit c9b6027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ NMDS(Data,methods = c("manhattan","bray","euclidean"))
267267
#### PCA
268268
```
269269
# Makes a subdirectory and saves PCA plot
270-
PCA(Data,components = c(1,2),legend_position = "none")
270+
PCA(Data,components = c(1,2),legend_position = "none"))
271271
```
272272
<p align="center">
273273
<img src=https://user-images.githubusercontent.com/77651662/126108588-cfe688c6-2c90-485d-a197-ef1eb7a82cb5.png width="600" height="500">
@@ -287,7 +287,7 @@ PCA(Data,components = c(1,2),legend_position = "none")
287287
#### PCoA
288288
```
289289
# Makes a subdirectory and saves PCoA plot
290-
PCoA(Data,components = c(1,2),methods = c("bray", "manhattan")
290+
PCoA(Data,components = c(1,2),methods = c("bray", "manhattan"))
291291
```
292292
<p align="center">
293293
<img src=https://user-images.githubusercontent.com/77651662/127433788-7aa75a05-3559-4bd1-9504-c1234c5905d4.png width="600" height="500">

0 commit comments

Comments
 (0)