首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏北野茶缸子的专栏

    93-R分享06-Rmd的多种输出格式

    ::tufte_handout[16] - PDF handouts in the style of Edward Tufte tufte::tufte_html[17] - HTML handouts in the style of Edward Tufte tufte::tufte_book[18] - PDF books in the style of Edward Tufte html_vignette ::tufte_handout: https://bookdown.org/yihui/rmarkdown/tufte-handouts.html [17]tufte::tufte_html: https ://bookdown.org/yihui/rmarkdown/tufte-handouts.html [18]tufte::tufte_book: https://bookdown.org/yihui /rmarkdown/tufte-handouts.html [19]html_vignette: https://bookdown.org/yihui/rmarkdown/r-package-vignette.html

    3K20编辑于 2022-02-09
  • 来自专栏庄闪闪的R语言手册

    R沟通|Rmarkdown教程(4)

    除了默认的主题外,还可以通过加载rticles、prettydoc、rmdformats、tufte等包获取更多主题格式。下面我们看看几类扩展包里的主题样式。 4 tufte包 --- title: "Rmarkdown入门教程" author: "庄闪闪的R语言手册" date: "2/18/2021" output: tufte::tufte_html

    1.8K30发布于 2021-04-08
  • 来自专栏北野茶缸子的专栏

    94-R分享07-我的第一本bookdown写的书

    如果说gitbook 之于md:https://www.gitbook.com 以及其他:Tufte CSS (http://edwardtufte.github.io/tufte-css/), and Tufte-LaTeX (https://tufte-latex.github.io/tufte-latex/) 那么bookdown 之于Rmd,只会比他们更好用。

    1.8K10编辑于 2022-04-05
  • 来自专栏庄闪闪的R语言手册

    如何使用 ggplot2 绘制双轴分离图?

    这里的细节调整包括:使用 ggthemes 包中的 theme_tufte() 主题,viridis 包的 scale_fill_viridis() 离散配色。 geom_rangeframe(data = df2, aes(x = x, y = y), sides = 'bl') + scale_fill_viridis(discrete = T)+ theme_tufte scale_fill_gradient2( low = 'cyan', mid = '#fbffff', high = 'chocolate1', midpoint = 0)+ theme_tufte p value)', y = 'Terms') 进阶版条形图 小编有话说 本推文最主要知识点:使用 geom_rangeframe()并配合 ggthemes 包中的 theme_tufte

    2.4K10编辑于 2022-02-16
  • 来自专栏CSDN技术头条

    数据可视化的优秀入门书籍有哪些?

    国外的能推荐的多些,Edward Tufte不用说了,有人说他的书是“信息设计的圣经”,他的《The Visual Display of Quantitative Information》应该是入门必看了 Edward R.Tufte的其他书: 《Visual Explanations》,《Beautiful Evidence》都可以在网上找到pdf全本。

    2.4K100发布于 2018-02-08
  • 来自专栏IT技能应用

    「Adobe国际认证」信息图表的历史:从洞穴符号到交互式视觉效果?

    1975 年以后 被认为是数据可视化之父的爱德华·塔夫特( Edward Tufte)与信息设计领域的另一位先驱约翰·图基 (John Tukey) 共同举办了统计图形研讨会。 Tufte 认为图表垃圾或任何不能传达特定信息的视觉元素都是多余的,应该被忽略。他进一步反对在信息图表中使用装饰元素。 Tufte 还开发了数据墨水比,这是对图形中传达的信息量的度量,因为它与视觉元素的总数有关。 1978 年以后 英国平面设计师Nigel Holmes 的作品与 Tufte 的方法完全相反。

    74340发布于 2021-07-21
  • 来自专栏PowerBI战友联盟

    【全网首发】超越 PowerBI 极限打造全动态自适应小多图

    该方法论由数据可视化专家 Edward Tufte 提出的。据 Edward Tufte 所言,量化研究的核心问题就是:与什么来对比。 使用小多图,可以通过视觉直观地迅速得到答案。

    1.6K10发布于 2019-12-19
  • 来自专栏北野茶缸子的专栏

    82-R分享04-用模板美化你的Rmd输出

    InvalidProxyEnvironmentVariable "http_proxy" 对比一下这个包的几个主题的功能: 不过我发现这个包有个通病,就是如果用浏览器打开html 文件,并没有一个很好的排版适配: 其他模板 还有如cerulean,tufte

    1.8K10编辑于 2022-01-04
  • 来自专栏庄闪闪的R语言手册

    常用 7 大类型图形可视化——变化趋势图形

    r-slopegraph/master/cancer_survival_rates.csv") # 定义函数,来源: https://github.com/jkeirstead/r-slopegraph tufte_sort <- function(df, x="year", y="value", group="group", method="<em>tufte</em>", min.space=0.05) { ## First rename scale_y_continuous(name="", breaks=yvals, labels=ylabs) return(gg) } ## 准备数据 df <- tufte_sort x="year", y="value", group="group", method="tufte

    2.5K30编辑于 2022-10-31
  • 来自专栏小汪Waud

    跟着NBT学做图:样本地理信息图

    X轴的刻度限制为-180~180 labs(x="Longitude", y="Latitude", colour = "Subspecies" ) + # 修改X轴、Y轴及图例 theme_tufte color = "Species" ) + # 修改X轴、Y轴及图例 coord_cartesian(xlim = c(-120,150), ylim = c(-40,70)) + theme_tufte

    1.3K20编辑于 2023-02-20
  • 来自专栏北野茶缸子的专栏

    99-R可视化27-超级多的ggplot绘图主题大全

    theme_stata 基于 Stata graph schemes的主题 theme_tufte 基于数据墨水最大化和图形设计的Edward Tufte 定量信息的视觉显示。

    1.7K10编辑于 2022-04-05
  • 来自专栏大数据文摘

    2015年10佳用Plotly制作的可视化图表

    10.“2001-2014,同性婚姻支持倾向” 这些Tufte波形图是由Pew Research制作的。 ? 9.“Facebook网络社区” 这张网状图是由一位匿名的数学教授制作的。 ? 8.

    1.1K80发布于 2018-05-22
  • 来自专栏庄闪闪的R语言手册

    R可视乎|ggplot常用主题风格汇总

    theme_tufte() ? theme_geocs() ? theme_wsj() ? theme_calc() ? theme_hc() ?

    2K20发布于 2021-04-08
  • 来自专栏生信补给站

    R绘图-ggplot2 (3)

    theme_excel theme_few theme_foundation theme_igray theme_solarized theme_stata theme_tufte

    67020发布于 2020-08-06
  • 来自专栏猫头虎博客专区

    面试中的数据可视化:如何用数据支持你的观点

    参考资料 Tufte, E. R. (2001). The Visual Display of Quantitative Information. Graphics Press.

    40410编辑于 2024-04-09
  • 来自专栏作图丫

    ggstatsplot:R统计绘图的颜值天花板

    normal.curve.args = list(color = "red", size = 1), title.prefix = "Movie genre", ggtheme = ggthemes::theme_tufte Party affiliation", package = "wesanderson", palette = "Darjeeling2", ggtheme = ggthemes::theme_tufte

    3K20编辑于 2022-03-29
  • 来自专栏R语言及实用科研软件

    🤩 ggstatsplot | 一个满足你日常统计需求的高颜值R包(四)

    on the x-axis yfill = "#009E73", ## fill for marginals on the y-axis # ggtheme = ggthemes::theme_tufte

    61310编辑于 2022-10-31
  • 来自专栏育种数据分析之放飞自我

    1.5w字的Rmarkdown入门教程汇总

    除了默认的主题外,还可以通过加载rticles、prettydoc、rmdformats、tufte等包获取更多主题格式。下面我们看看几类扩展包里的主题样式。 4.4.tufte包 --- title: "Rmarkdown入门教程" author: "庄闪闪的R语言手册" date: "2/18/2021" output: tufte::tufte_html 比如presentation(ioslides、Beamer、slidy、PowerPoint),Documents(Html、Notebook、PDF、word)及其其他拓展(Dashboards、Tufte

    11.1K10发布于 2021-04-22
  • 来自专栏北野茶缸子的专栏

    互联网游荡杂志-第六期-用渐进和卡片式笔记把知识交给未来的你

    这幅图形在统计图形界内享有至高无上的地位,被 Edward Tufte 称为“有史以来最好的统计图形”(Tufte 是统计图形和信息可视化领域的领军人物,人称“数据达芬奇”)。

    64730编辑于 2021-12-17
  • 来自专栏R语言及实用科研软件

    ggstatsplot | 一个满足你日常统计需求的高颜值R包(一)

    p.adjust.method = "fdr", ## adjust p-values for multiple tests using this method # ggtheme = ggthemes::theme_tufte

    78720编辑于 2022-10-14
领券