plot_combined_effect: plots combined effect of statistically-strong explanatory...

Description Usage Arguments Author(s)

View source: R/contselec-package8.R

Description

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

Usage

1
2
3
plot_combined_effect(res, param = param0, outfile = "testout",
  outpng = F, outeps = F, outpng_show = T, hide_title = F,
  sign_effect = 1, do_order = TRUE)

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 hidden.

sign_effect

1/-1 : if 1, only explanatory variables with positive regression coeffecients are shown, and vice versa.

do_order

TRUE/FALSE : if TRUE, ponds are ordered along horisontal axis in terms of maximum combined impacts.

Author(s)

Hiroshi C. Ito


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