首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏数据驱动实践

    数学标注(公式)

    > demo(plotmath) demo(plotmath) ---- ~~~~~~~~ Type <Return> to start : > # Copyright draw.plotmath.cell(expression(x * y), i, nr); i <- i + 1 > draw.plotmath.cell(expression(x / y), i, nr); i <- i + 1 > draw.plotmath.cell(expression(x %+-% y), i, nr); i <- i + 1 > draw.plotmath.cell 1 > draw.plotmath.cell(expression(x %.% y), i, nr); i <- i + 1 > draw.plotmath.cell(expression(-x), > draw.plotmath.cell(expression(x >= y), i, nr); i <- i + 1 > draw.plotmath.cell(expression(x %~~% y

    80530发布于 2021-10-11
  • 来自专栏生信补给站

    ggplot2-图形微调(1)

    plotmath查看数学表达式;parse设为TRUE annotate('text', x = 2017, y = 50, label = 'f(x) == frac(x+y,sqrt(2*pi,3)

    1.8K30发布于 2020-08-06
  • 来自专栏YoungGy

    R语言_图形初阶

    (locator(1),"text to place",cex=,col=) mtext("y=1/x",side=4,line=3,cex.lab=1,las=2,col="blue") help(plotmath

    80430发布于 2019-05-27
  • 来自专栏庄闪闪的R语言手册

    基于 R 语言的科研论文绘图技巧详解(2)

    expression(italic(n)))+ # expression doc: https://stat.ethz.ch/R-manual/R-devel/library/grDevices/html/plotmath.html Rbook/html/_Rbook/ggplotvis.html [4] 教程: https://stat.ethz.ch/R-manual/R-devel/library/grDevices/html/plotmath.html

    1.3K20编辑于 2022-05-24
  • 来自专栏顶刊美图

    使用corrplot包绘制相关性图及美化!

    从 0.78 版本开始,可以在变量名中使用 plotmath 表达式。要激活 plotmath 渲染,请在标签前加上 '$'。

    1.2K10编辑于 2025-04-08
  • 来自专栏深度学习之tensorflow实战篇

    R常用基本 函数汇总整理

    pattern的命令 R.Version() 查看系统情况和版本 compareVersion() source() 执行R脚本 demo() 运行R的演示脚本,如demo(plotmath

    2.6K30发布于 2018-03-16
  • 来自专栏深度学习之tensorflow实战篇

    R语言函数的含义与用法,实现过程解读

    expression(paste(bgroup("(", atop(n, x), ")"),p^x, q^{n-x}))) 更多的信息,包括其特性的一个完整列表可以在R中通过下面的命令得到: > help(plotmath ) > example(plotmath) 添加Hershey矢量字体 > help(Hershey) > example(Hershey) 12.3 图形的交互 R提供了函数,使用户可以通过鼠标从图形中释放信息或添加信息

    7.1K30发布于 2019-02-13
  • 来自专栏深度学习之tensorflow实战篇

    R语言函数的含义与用法,实现过程解读

    expression(paste(bgroup("(", atop(n, x), ")"),p^x, q^{n-x}))) 更多的信息,包括其特性的一个完整列表可以在R中通过下面的命令得到: > help(plotmath ) > example(plotmath) 添加Hershey矢量字体 > help(Hershey) > example(Hershey) 12.3 图形的交互 R提供了函数,使用户可以通过鼠标从图形中释放信息或添加信息

    6.1K120发布于 2018-03-19
  • 来自专栏生信菜鸟团

    没想到修个火山图这么麻烦

    .: (3x10^+2 -> 3x10^2) l <- gsub("e\\+","e",l) # turn the 'e+' into plotmath format l <- gsub

    1.1K20编辑于 2023-09-09
领券