plot_xsection: Plot Cross-Sections

Description Usage Arguments Methods (by class)

View source: R/plot.R

Description

Plot Cross-Sections

Plot Cross-Sections

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
plot_xsection(
  x,
  stap_term = NULL,
  component = "Distance",
  fixed_val = 1,
  p = 0.95,
  grid = NULL
)

## S3 method for class 'sstapreg'
plot_xsection(
  x,
  stap_term = NULL,
  component = "Distance",
  fixed_val = 1,
  p = 0.95,
  grid = NULL
)

Arguments

x

a sstapreg object

stap_term

name of stap term to plot

component

one of c("Distance","Time")

fixed_val

vector that contains fixed values for whichever component was not specified

p

probability_interval

optional

grid by default is NULL corresponding to a .1 step grid from the min-max of the covariate space

Methods (by class)


apeterson91/rsstap documentation built on April 7, 2021, 4:36 p.m.