View source: R/fmx_constraint.R
getTeX | R Documentation |
Create TeX label of (parameter constraint(s)) of fmx object
getTeX(dist, print_K = FALSE)
dist |
fmx object |
print_K |
logical scalar, whether to print the number of components |
Function getTeX()
returns a character scalar
(of TeX expression) of the constraint,
primarily intended for end-users in plots.
(d0 = fmx('GH', A = c(1,4), g = c(.2,.1), h = c(.05,.1), w = c(1,1)))
getTeX(d0)
(d1 = fmx('GH', A = c(1,4), g = c(.2,0), h = c(0,.1), w = c(1,1)))
getTeX(d1)
(d2 = fmx('GH', A = c(1,4), g = c(.2,0), h = c(.15,.1), w = c(1,1)))
getTeX(d2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.