Description Usage Arguments Examples
apply_par_list
| 1 | apply_par_list(xyz_m, par_list)
 | 
| xyz_m | |
| par_list | 
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.
## The function is currently defined as
apply_par_list <- function(xyz_m, par_list) {
    q1 <- par_list[1]
    q2 <- par_list[2]
    q3 <- par_list[3]
    q4 <- par_list[4]
    t1 <- par_list[5]
    t2 <- par_list[6]
    t3 <- par_list[7]
    R <- q2r(q1, q2, q3, q4)
    Tr <- c(t1, t2, t3)
    xyz_a <- R 
	xyz_a
  }
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.