probPlot: Plots the calculated mast probability of a site

View source: R/probPlot.R

probPlotR Documentation

Plots the calculated mast probability of a site

Description

Plot the calculated mast probability on a line chart.

Usage

probPlot(prediction)

Arguments

prediction

It is the table returned by the mastFaSyl function

Value

Returns the plot with a line chart of the predicted mast event probability

Examples

## Not run: 
data <- mastFaSyl("39434_t2p_tp.nc")
finalPlot <- probPlot(data)

## End(Not run)


uchiavetta/foreMast documentation built on July 21, 2023, 3:19 p.m.