Skip to content

Commit f150f97

Browse files
committed
do not remake the bootstrap figure each time
1 parent 08b092e commit f150f97

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

vignettes/rmd/Rcpp-introduction.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ result_r <- bootstrap_r(initdata)
561561

562562
Figure \ref{fig:bootstrap-graphs} shows that the bootstrap procedure worked well!
563563

564-
```{r dist_graphs, echo = FALSE, results = "hide"}
564+
```{r dist_graphs, echo = FALSE, results = "hide", eval=FALSE}
565565
make_boot_graph <- function(ds, actual, type, ylim){
566566
hist(ds, main = paste(type, "Bootstrap"), xlab = "Samples",
567567
col = "lightblue", lwd = 2, prob = TRUE, ylim = ylim, cex.axis = .85, cex.lab = .90)
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)