plot_each_effect: plots effects of statistically-strong explanatory variables...

Description Usage Arguments Author(s)

View source: R/contselec-package8.R

Description

This function plots separately the expected effect of each statistically-strong explanatory variable detected by "cont_selec" or "selec_bestsub_stepwise". See "cont_selec" in this manual or help(cont_selec).

Usage

1
2
3
plot_each_effect(res, param = param0, outfile = "testout",
  outpng = F, outeps = F, outpng_show = T, hide_title = F,
  sign_flip = FALSE, pch = 24)

Arguments

res

list : result output of "cont_selec" or "selec_bestsub_stepwise"

param

list : graphics parameter. Default values are given by "param0"

outfile

character : filename of image output.

outpng

TRUE/FALSE : if TRUE, plottings are saved in png format.

outeps

TRUE/FALSE : if TRUE, plottings are saved in eps format.

outpng_show

TRUE/FALSE : if TRUE, saved png files are shown.

hide_title

TRUE/FALSE : if TRUE, titles of plottings are not shown.

sign_flip

TRUE/FALSE : if TRUE, signs of mean and max impacts of explanatory variables are flipped.

pch

integer or "text" : pch for schatter plot. If "text", then sample ids are plotted.

Author(s)

Hiroshi C. Ito


yorickuser/contselec documentation built on July 25, 2021, 8:14 a.m.