get.peaks: Get peaks of a continuous variable

View source: R/get.peaks.R

get.peaksR Documentation

Get peaks of a continuous variable

Description

This function allows you to get peaks for a continuous variable. Based on the kernel density function

Usage

get.peaks(x, bw, signifi, nsmall, ranks = 3)

Arguments

x

dataframe

bw

bandwidth

signifi

criteria to bin the data in number of digits

nsmall

criteria to approximate (round) data

ranks

numeric how many ranks to consider

Value

data.frame


dotsViolin documentation built on Nov. 2, 2023, 6:09 p.m.