fillMissingValues {TrafficBDE}R Documentation

Fill Missing Values

Description

This function fills the missing values from the data.

Usage

fillMissingValues(Data)

Arguments

Data

The historical data of the roads of Thessaloniki

Details

This function returns a data frame without missing values.

Value

A data frame with all the historical data without missing values

Author(s)

Aikaterini Chatzopoulou, Kleanthis Koupidis, Charalampos Bratsas

See Also

loadData

Examples

SpecLink <- loadDataSpecLink("163204843","1", X163204843_1)
x <- fillMissingValues(SpecLink)


[Package TrafficBDE version 0.1.2 Index]