powered by
Plot confirmed cases and fatalities (cumulative) for one country/region by region name.
plotRegionByName(regionList, country = "Germany")
A list containing a representation of the data.
Name of a country from the list dataList
A plot
Data are taken from the regionTrain and regionPopulation data sets that were combined using the preprocessInputData function.
regionTrain
regionPopulation
preprocessInputData
plotRegion.
plotRegion
# NOT RUN { regionList <- preprocessInputData(regionTrain, regionPopulation) p <- plotRegionByName(regionList = regionList, country = "Germany") # }
Run the code above in your browser using DataLab