Commit a06806d5 authored by David Elser's avatar David Elser

test

parent 3b5a9940
...@@ -24,14 +24,6 @@ min(x) ...@@ -24,14 +24,6 @@ min(x)
median(x) median(x)
max(x) max(x)
mean(x) mean(x)
plot(x, type="l", col="blue")
hist(x,col="blue" )
``` ```
## Including Plots
You can also embed plots, for example:
```{r pressure, echo=FALSE}
plot(pressure)
```
Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment