Skip to content

Instantly share code, notes, and snippets.

@riqbal-k
Created October 16, 2022 13:48
Show Gist options
  • Save riqbal-k/2e0f3af913e6a72f9a1b61df229930f6 to your computer and use it in GitHub Desktop.
Save riqbal-k/2e0f3af913e6a72f9a1b61df229930f6 to your computer and use it in GitHub Desktop.
#Daily prices line plot for Microsoft
plot.zoo(ms.z, main = "Microsoft Daily Prices", xlab =
"Time", ylab = "Daily Prices", lwd = 2, col = "blue")
#Monthly prices line plot for Microsoft
plot.zoo(ms.monthly, main = "Microsoft Monthly Prices Plot",xlab =
"Time", ylab = "Monthly Prices", lwd = 2, col = "red")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment