Learn R Programming

poweRlaw (version 0.60.0)

get_ntail: Values greater than or equal to xmin

Description

Returns the number of data points greater than or equal to current value of xmin. In the Clauset et al, paper this is called `ntail`.

Usage

get_ntail(m, prop = FALSE, lower = FALSE)

Arguments

Examples

Run this code
################################################
# Load data and create example object
################################################
data(moby_sample)
m = displ$new(moby_sample)
m$setXmin(7)
################################################
# Get ntail
################################################
get_ntail(m)
sum(moby_sample >= 7)

Run the code above in your browser using DataLab