get_n: Sample size

View source: R/get_n.R

get_nR Documentation

Sample size

Description

Returns the sample size of the data set contained within the distribution object.

Usage

get_n(m)

Arguments

m

a distribution object.

Examples

################################################
# Load data and create example object
################################################
data(moby_sample)
m = displ$new(moby_sample)
################################################
# get_n and length should return the same value
################################################
get_n(m)
length(moby_sample)

poweRlaw documentation built on May 29, 2024, 10:01 a.m.