Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/76.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
R 放大使用ggplotly生成的交互式打印时的对象大小_R_Size_Zooming_Interactive_Ggplotly - Fatal编程技术网

R 放大使用ggplotly生成的交互式打印时的对象大小

R 放大使用ggplotly生成的交互式打印时的对象大小,r,size,zooming,interactive,ggplotly,R,Size,Zooming,Interactive,Ggplotly,我正在使用R中的ggplotly准备一个交互式图形,可以通过以下示例表示: library(ggplot2) library(plotly) p <- ggplot(pressure, aes(x=temperature, y=pressure)) + geom_point() + geom_line() ggplotly(p) 库(ggplot2) 图书馆(绘本) P

我正在使用R中的ggplotly准备一个交互式图形,可以通过以下示例表示:

library(ggplot2)
library(plotly)

p <- ggplot(pressure, aes(x=temperature, y=pressure)) + geom_point() + geom_line()
ggplotly(p)
库(ggplot2)
图书馆(绘本)
P