plot_wilks: A Function That Plots Encapsulated Wilks Scores

View source: R/ptlmapper.R

plot_wilksR Documentation

A Function That Plots Encapsulated Wilks Scores

Description

This function plots encapsulated Wilks scores.

Usage

plot_wilks(ptl_mapping_result, method = "kanto", main = "", errs = 0.05,
  ylim = NULL, y_thres = NULL, ...)

Arguments

ptl_mapping_result

An outputs of the 'ptl_mapping' function.

method

A character string in c("kanto", "mmoments") that specify the method to use to characterize phenotypic distribution.

main

A character string specifying additionnal title informatoion.

errs

A vector of integer (error) that will be used to compute threshold from the permutation test.

ylim

Forcing ylim value of the plot.

y_thres

Forcing thres level on the plot.

...

Args forward to 'plot' function.


fchuffar/ptlmapper documentation built on March 27, 2024, 3:28 p.m.