| breakpoints | R Documentation | 
breakpoints is a generic function which extracts breakpoints from mistr composite distribution objects.
breakpoints(O) ## S3 method for class 'compdist' breakpoints(O) ## S3 method for class 'trans_compdist' breakpoints(O) ## S3 method for class 'comp_fit' breakpoints(O)
| O | an object for which the extraction of model breakpoints is meaningful. | 
Vector of extracted breakpoints form object.
parameters, weights
N <- normdist(1, 3) C <- cauchydist() CC <- compdist(N, C, weights = c(0.5, 0.5), breakpoints = 1) breakpoints(CC)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.