Description Usage Arguments Value Examples
Shiny app - Simulation of infection and detection process
Shiny app - Simulation of infection and detection process
1 2 3 | Shiny.FieldLevelType2risk(Fields0 = get(data(Fake, package = "Strategy")))
Shiny.FieldLevelType2risk(Fields0 = get(data(Fake, package = "Strategy")))
|
Fields |
a Spatial Data frame with polygons |
N |
population size |
m |
number of infected |
n0 |
number of bulks in sample |
n1 |
number of trees in a bulk |
n2 |
number of colected leaves per sampled tree |
beta |
risk at the leaf level, or 1-proportion of leaves with detectable RNA in an infected tree |
an integer, number of required leaves
an integer, number of required leaves
1 2 3 4 5 6 7 8 9 10 | requirednumberoftreeswithR(1237,6,1,1,0.63,0.05)
requirednumberoftreeswithoutR(1237,6,1,1,0.63,0.05)
riskwithoutR(1237,6,1236,1,0.63)
requirednumberoftreeswithoutR(1237,6,1,10,0.63,0.05)
requirednumberoftreeswithoutR(1237,6,1,10,0,0.05)
requirednumberoftreeswithR(1237,6,1,1,0.63,0.05)
requirednumberoftreeswithoutR(1237,6,1,1,0.63,0.05)
riskwithoutR(1237,6,1236,1,0.63)
requirednumberoftreeswithoutR(1237,6,1,10,0.63,0.05)
requirednumberoftreeswithoutR(1237,6,1,10,0,0.05)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.