output.plot: 定义output.image实例化入口函数

View source: R/output.plot.R

output.plotR Documentation

定义output.image实例化入口函数

Description

定义output.image实例化入口函数

Usage

output.plot(
  Id = "plotOutput1",
  width = "100%",
  height = "400px",
  click = "",
  dblclick = "",
  hover = "",
  hoverDelay = "",
  hoverDelayType = "",
  brush = "",
  clickId = "",
  hoverId = "",
  inline = FALSE
)

Arguments

Id

outputId内码

width

宽度

height

高度

click

单击

dblclick

双击

hover

悬停

hoverDelay

延时悬停

hoverDelayType

延时悬停类型

brush

刷子

clickId

单击内码

hoverId

悬停内码

inline

是否一行

Value

返回值

Examples

output.image();

takewiki/tsui documentation built on July 5, 2023, 10:59 p.m.