DF = data.frame( launcher=as.factor( c( rep( 'A', 4 ), rep( 'B', 4 ), rep( 'C', 4 ) ) ), n_hits=c( 13, 11, 10, 14, 15, 16, 18, 17, 9, 11, 10, 8 ) )