#' 插入线图-正态分布
#'
#' @param data 数据源
#'
#' @return 返回值
#' @import recharts3
#' @export
#'
#' @examples kLine.rechats3.rnorm();
kLine.recharts3.rnorm <- function (data=kline_rnorm_data){
p <- eLine(dat = data);
print(p);
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.