process.plot | R Documentation |
设置process.plot的处理函数
process.plot(
input,
output,
session,
plot_obj = quote(hist(faithful[, 2], breaks = 30, col = "darkgray", border =
"white"))
)
input |
input |
output |
output |
session |
session |
plot_obj |
plot obj expression |
return value
process.plot();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.