PlotLPxt: Plot of the LPxt object

PlotLPxtR Documentation

Plot of the LPxt object

Description

Method for plotting output of loxt function returning object of class LPxt.

Usage

## S3 method for class 'LPxt'
plot(
  x,
  plot = "curve",
  xlab = "Time",
  ylab = "Survival probability",
  main = NULL,
  ...
)

Arguments

x

an object of class LPxt

plot

style of the plot (default is curve)

xlab

argument for the label of the x-axis

ylab

argument for the label of the y-axis

main

argument for the title of the graphic

...

Further arguments to be passed to generic methods

Value

an object of class ggplot, see function ggplot


morseTKTD documentation built on June 8, 2025, 10:28 a.m.