output.image | R Documentation |
定义output.image实例化入口函数
output.image(
Id = "imageOutput1",
width = "100%",
height = "400px",
click = "",
dblclick = "",
hover = "",
hoverDelay = "",
hoverDelayType = "",
brush = "",
clickId = "",
hoverId = "",
inline = FALSE
)
Id |
outputId内码 |
width |
宽度 |
height |
高度 |
click |
单击 |
dblclick |
双击 |
hover |
悬停 |
hoverDelay |
延时悬停 |
hoverDelayType |
延时悬停类型 |
brush |
刷子 |
clickId |
单击内码 |
hoverId |
悬停内码 |
inline |
是否一行 |
返回值
output.image();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.