Description Usage Arguments Value Author(s) See Also Examples
Set, get, summary, and print methods for the wpmf class.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | ## S3 method for class 'wpmf'
summary(object, ...)
## S3 method for class 'wpmf'
print(x, ...)
## S3 method for class 'wpmf'
set_times(obj, newval)
## S3 method for class 'wpmf'
set_timescales(obj, newval)
## S3 method for class 'wpmf'
set_values(obj, newval)
## S3 method for class 'wpmf'
set_dat(obj, newval)
## S3 method for class 'wpmf'
set_wtopt(obj, newval)
## S3 method for class 'wpmf'
set_signif(obj, newval)
## S3 method for class 'wpmf'
get_times(obj)
## S3 method for class 'wpmf'
get_timescales(obj)
## S3 method for class 'wpmf'
get_values(obj)
## S3 method for class 'wpmf'
get_dat(obj)
## S3 method for class 'wpmf'
get_wtopt(obj)
## S3 method for class 'wpmf'
get_signif(obj)
 | 
| object, x, obj | An object of class  | 
| ... | Not currently used. Included for argument consistency with existing generics. | 
| newval | A new value, for the  | 
summary.wpmf produces a summary of a wpmf object.
A print.wpmf method is also available. For wpmf objects, 
set_* and get_* methods are available for all slots,
i.e., * equal to times, timescales, wtopt, 
values, dat, and signif. The set_* methods just throw an 
error, to prevent breaking the consistency between the slots of a 
wpmf object.
Daniel Reuman, reuman@ku.edu
| 1 2 3 4 5 6 7 8 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.