probPlot | R Documentation |
Plot the calculated mast probability on a line chart.
probPlot(prediction)
prediction |
It is the table returned by the mastFaSyl function |
Returns the plot with a line chart of the predicted mast event probability
## Not run:
data <- mastFaSyl("39434_t2p_tp.nc")
finalPlot <- probPlot(data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.