axialnntsplot {CircNNTSRaxial} | R Documentation |
Plots the NNTS axial density
Description
Plots the NNTS axial density
Usage
axialnntsplot(cpars = 1/sqrt(pi), M = 0, ...)
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 |
Value
No return value
Author(s)
Juan Jose Fernandez-Duran and Maria Mercedes Gregorio-Dominguez
Examples
set.seed(1234567)
cp<-axialnntsrandominitial(3)
axialnntsplot(cp,3)
[Package CircNNTSRaxial version 0.1.0 Index]