Nothing
#' @rdname chart.TimeSeries
#'
chart.TimeSeries.googlevis <-
function(R,
xlab,ylab,
main){
y = data.frame(date=index(R),coredata(R))
plot <- googleVis::gvisLineChart(y,
options=list(
gvis.editor="Edit",
xvar=xlab,
yvar=ylab,
title=main)
)
return(plot)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.