Displaying 1 result from an estimated 1 matches for "dyseri".
Did you mean:
duserd
2017 Sep 27
1
need held in r coding.
...orlandmarks==TRUE], frequency = 365 )
landmarkschart_data <-
cbind(close_xts,fit_xts,majorlandmarks_xts,minorlandmarks_xts)
Error:------------- order.by requires an appropriate time-based object
dygraphs::dygraph(landmarkschart_data, xlab = "Time",ylab = "Price") %>%
dySeries("..1",label = "Close", drawPoints = FALSE, strokeWidth = 1,
color = "black") %>%
dySeries("..2",label = "Fit", drawPoints = FALSE, strokeWidth = 1, color
= "red") %>%
dySeries("..3",label = "Major LandMarks&quo...