bookdown
Here are 179 public repositories matching this topic...
Just a quick note that the link to the new style guide (on this page: http://adv-r.had.co.nz/Style.html) is incorrect - it links to the advanced R index (https://adv-r.hadley.nz/index.html) rather than to the new style guide (https://style.tidyverse.org/).
Thank you for your patience - I'm a little rusty with my Githubbing or I'd submit a push request.
-
Updated
Mar 7, 2020 - TeX
For more general use, in md2mm you should at least allow a max.level argument to select the maximum level in markdown files that will be shown in the mindmap.
max.level = 1: show only chapter level
max.level = 2: show only chapter/section level
...
-
Updated
May 5, 2020 - TeX
doi via zenodo?
-
Updated
Jun 26, 2020 - HTML
-
Updated
Jul 6, 2020 - R
-
Updated
Jul 8, 2020 - HTML
Hey @njtierney,
Not that you need to-you could disable that option all together. But you can add an epub or pdf version to your .travis.yml like this example:
https://github.com/tidyverse/style/blob/e2d76307a7ec8feecb4b3da72501687b7f4ba770/.travis.yml#L17-L18
I would offer a PR but I don't know tic and am afraid of screwing up your build!
Alison
Add guide in daviddalpiaz/appliedstats#79 (comment) to the front matter with a link in the lower left for "spot a typo?"
Potentially, might want to add in hypothes.is (e.g. a "suggest"/annotation layer.)
Section 2.5.5: I recommend adding at least one sentence about each of the figures, just describing what the plot is, even if it seems obvious. In particular, for the ROC curve, I think it's important to describe what the shaded ribbon represents. Is it a range across all resampling iterations? Some estimate of a 5th/95th percentile?
Also, when I visit the linked documentation page https://mlr3v
-
Updated
May 4, 2020 - TeX
-
Updated
Jul 9, 2020 - TeX
-
Updated
Dec 4, 2018 - HTML
【全书】图片质量
保存高质量的 png 文件,同时文件比较小,pdf 文档实际是 png 图片
# install.packages('devtools')
devtools::install_github("r-lib/ragg")
devtools::install_github("ilarischeinin/rasterpdf")
library(ggplot2)
library(rasterpdf)
raster_pdf("diamonds-agg.pdf", res = 300, width = 6, height = 5,
png_function = ragg::agg_png)
ggplot(diamonds, aes(carat, price)) + geom_point()
dev.off()参考 htt
-
Updated
Jun 28, 2020 - TeX
-
Updated
Jun 10, 2020 - R
-
Updated
Jun 7, 2018 - TeX
-
Updated
Oct 23, 2018 - HTML
-
Updated
Jul 7, 2020 - TeX
-
Updated
Jul 7, 2020 - M4
Improve this page
Add a description, image, and links to the bookdown topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bookdown topic, visit your repo's landing page and select "manage topics."


In Section 3.5
However, the ggplot2 documentation for
facet_wrap()states that the formula interface is there for compatibility in fa