flow_forecastplot: Plot forecast result.

Description Usage Arguments Details Two Components See Also

Description

Make plot to show the result of flow forecast as ggplot2 style.

Usage

1

Arguments

rv

real value of traffic flow, a row from a dataframe;

pv

forecast value, can be the return value of flow_knn function, a row from a dataframe;

Details

Visualize the result of forecast is helpful to check the efficiency of forecast. This function use ggplot2 to make the plot more elegant.

Two Components

  1. the real value of traffic flow, marked as blue point;

  2. the forecast value of traffic flow, marked as red line;

See Also

ggplot2-package


ahorawzy/TFTSA documentation built on May 13, 2019, 12:18 p.m.