Skip to content

Commit

Permalink
comment out only class of biplot3d
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Heckmann committed Dec 29, 2023
1 parent 8c2e362 commit 7f01e9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/OpenRepGrid.r
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ biplotEsa2d(feixas2004)
#### Pseudo 3D biplot #####
biplotPseudo3d(feixas2004)

#### 3D biplot #####
x <- scan(n = 1)
biplot3d(boeker)
# #### 3D biplot #####
# x <- scan(n = 1)
# biplot3d(boeker)

#### Bertin displays ####
plot(0, type = "n", xaxt = "n", yaxt = "n", xlab = "", ylab = "")
Expand Down

0 comments on commit 7f01e9a

Please sign in to comment.