test_multiforest2 {CALIBERdatamanage} | R Documentation |
A slightly more complex test forest plot than test_multiforest
for use with the
multiforest
function.
data(test_multiforest2)
A data frame with 9 observations on the following 9 variables.
a1text
a factor with levels < 60
60-74
75-90
> 90
Heart rate
Sample graph
Sex
a1fontface
a factor with levels bold
italic
a1just
a factor with levels centre
right
a1numcols
a numeric vector
a1fontsize
a numeric vector
a2text
imported as a logical vector, should contain spaces
g1graphwidth
a numeric vector
g1mean
a numeric vector
g1se
a numeric vector
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)