Skip to content

Commit

Permalink
simplify readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
goldingn committed Aug 5, 2017
1 parent 40c6590 commit 9cc4084
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hist(iris$Sepal.Width)

```{r exciting}
library (defaults)
defaults(hist.default) <- list(col = "deeppink", border = "white", breaks = 20, ylab = "", main = "")
defaults(hist.default) <- list(col = "deeppink", border = "white", ylab = "", main = "")
hist(iris$Sepal.Width)
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ hist(iris$Sepal.Width)

``` r
library (defaults)
defaults(hist.default) <- list(col = "deeppink", border = "white", breaks = 20, ylab = "", main = "")
defaults(hist.default) <- list(col = "deeppink", border = "white", ylab = "", main = "")

hist(iris$Sepal.Width)
```
Expand Down
Binary file modified README_files/figure-markdown_github/change-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README_files/figure-markdown_github/exciting-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9cc4084

Please sign in to comment.