plot_Tij | R Documentation |
Plot regional transmission relationship map by transmission probablity matrix
plot_Tij(Tij, sf)
Tij |
Matrix of transmission probablity between regions |
sf |
Object of class 'sf'; polygons of region data |
data("EpiTrans") covid = GeoLocater(TimeDF = covid19,PointsDF = RndPts) covid.R_adj=Rj(t = covid$date, x = covid$x, y = covid$y, GI.pdf = lpdf_GI(5.2,1.5), unit_coord = "meter") Tij = ReduceMatrix(covid.R_adj$Pij,covid$region) plot_Tij(Tij = Tij, sf = Taipei)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.