Description Usage Format Examples
A slightly more complex test forest plot than test_multiforest for use with the
multiforest function.
1 |
A data frame with 9 observations on the following 9 variables.
a1texta factor with levels < 60 60-74 75-90 > 90 Heart rate Sample graph Sex
a1fontfacea factor with levels bold italic
a1justa factor with levels centre right
a1numcolsa numeric vector
a1fontsizea numeric vector
a2textimported as a logical vector, should contain spaces
g1graphwidtha numeric vector
g1meana numeric vector
g1sea numeric vector
1 2 3 4 5 | data(test_multiforest2)
# Create spaces in column 2 (these were lost when the text file was
# loaded using 'data', but wil be retained if loaded directly by multiforest)
test_multiforest2$a2text <- " "
multiforest(test_multiforest2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.