Displaying 2 results from an estimated 2 matches for "variable_tim".
Did you mean:
variable_time
2011 Jan 18
2
ggplot2, geom_hline and facet_grid
...le plots for each rhythm type
Using ggplot2, when I use geom_hline with facet_grid I get an extra set of empty panels.
I can't get it to do it with the "Diamonds" data supplied with the package so here is a (much abbreviated) example:
> lvexs
cvd_basestudy ecd_rhythm fixed_time variable_time
1 CBP05J02 AF 30.9000 29.4225
2 CBP05J02 AF 33.1700 32.0350
3 CBP05J02 AF 32.5700 30.2775
4 CBP05J02 AF 32.0550 33.7275
5 CBP05J02 SINUS 30.9175 28.3475
6 CBP05J02 SINUS 30...
2011 Apr 28
1
Extract complete rows by group and maximum
...t;), ecd_rhythm = structure(c(5L, 5L, 5L, 5L,
5L), .Label = c("AF", "FLUTTER", "PACED AF", "SCRAP", "SINUS",
"UNSURE"), class = "factor"), cvd_frame_mode = structure(c(2L,
2L, 2L, 2L, 2L), .Label = c("fixed_time", "variable_time"), class =
"factor"),
cvd_part_fmt = structure(c(4L, 4L, 4L, 4L, 4L), .Label = c("first",
"last", "mid", "whole"), class = "factor"), cvd_prev_fmt =
structure(c(1L,
2L, 1L, 3L, 2L), .Label = c("All", "Best&...