Skip to content

Commit b713545

Browse files
author
Joseph Damiba
committed
Revert "restoring http call to chopper.ply"
This reverts commit 788a206.
1 parent 788a206 commit b713545

File tree

2 files changed

+3170
-5
lines changed

2 files changed

+3170
-5
lines changed

r/2016-06-17-3d-tri-surf.Rmd

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,7 @@ p
7373
library(plotly)
7474
library(geomorph)
7575
76-
plyFile <- 'http://people.sc.fsu.edu/~jburkardt/data/ply/chopper.ply'
77-
dest <- basename(plyFile)
78-
if (!file.exists(dest)) {
79-
download.file(plyFile, dest)
80-
}
76+
dest <- "data/chopper.ply"
8177
mesh <- read.ply(dest)
8278
# see getS3method("shade3d", "mesh3d") for details on how to plot
8379

0 commit comments

Comments
 (0)