You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jupyter R notebook uses Python to open and reads credentials/URL from configuration-file, creates a BigFix 'query-channel', and extracts endpoint information through ReST API, to be manipulated and graphed using R libraries.
ggplot2 Deep Dive in progress in kaggle. In this notebook I will be taking a deep dive into the syntaxt of ggplot. While there are many resources to learn the ins and outs of ggplot, they are scattered all over the web. The goal of this notebook is to synthesize and add to these resources in a single repository.
This R notebook contains code for, 1) Converting Data from Wide to Long Format 2) Adding an Earliest and Most Recent columns to a time series dataset 3) Computing moving averages at different time intervals 4) Plotting moving averages in 3) above on line graphs