ggplot.TimeseriesOfAbundanceOverlayedWithFit: A function to plot the log-likelihood profile of a parameter

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/ggplot.TimeseriesOfAbundanceOverlayedWithFit.R

Description

TO DO

Usage

1
2
3
4
5
6
7
ggplot.TimeseriesOfAbundanceOverlayedWithFit( datafile = NA,
                                              path = NA,
                                              AbundIndex.Name = NA, y.axis.lab = "", xlab = c(2000, 2018),
                                              ylim = c(0, 1200), increment = 1e2,
                                              title = "",
                                              x.axis.step = 5,
                                              add.line = TRUE)

Arguments

x

TODO

Details

TODO

Value

TODO

Note

TODO

Author(s)

TODO

References

TODO

See Also

TODO

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# An example
ggplot.TimeseriesOfAbundanceOverlayedWithFit(
                                              datafile = system.file("extdata/Model 1", "CASAL-MPDoutput.txt", package = "ProcessCASALoutput"),
                                              path = "",
                                              AbundIndex.Name = "wcsiTANbio",
                                              y.axis.lab = "Survey",
                                              xlab = c(2000, 2020),
                                              x.axis.step = 5,
                                              ylim = c(0,4000),
                                              increment = 1000,
                                              add.line = FALSE)

mkienzle/ProcessCASALoutput documentation built on July 13, 2020, 4:24 p.m.