Learn R Programming

CircNNTSRaxial (version 0.1.0)

axialnntsplot: Plots the NNTS axial density

Description

Plots the NNTS axial density

Usage

axialnntsplot(cpars = 1/sqrt(pi), M = 0, ...)

Value

No return value

Arguments

cpars

Vector of complex numbers of dimension M+1. The first element is a real and positive number. The sum of the SQUARED moduli of the c parameters must be equal to 1/pi

M

Number of components in the NNTS axial model

...

Arguments passed to the function curve

Author

Juan Jose Fernandez-Duran and Maria Mercedes Gregorio-Dominguez

Examples

Run this code
set.seed(1234567)
cp<-axialnntsrandominitial(3)
axialnntsplot(cp,3)

Run the code above in your browser using DataLab