Sorry. In dplyr:
data %>% filter(col == "blue", cycle ==1) %>% select(values)
On Tue, Aug 4, 2015 at 19:54 James Hedges wrote:
> cycle %>% filter(col == "blue", cycle == 1)
> On Tue, Aug 4, 2015 at 18:59 Rodrigo Díaz wrote:
>
>> Hi. I have a matr
cycle %>% filter(col == "blue", cycle == 1)
On Tue, Aug 4, 2015 at 18:59 Rodrigo Díaz wrote:
> Hi. I have a matrix like this:
>
> cycle=c(rep(1,3),rep(2,3),rep(3,3),rep(4,3))col=c(rep("blue",2),rep("green",2),rep("blue",2),rep("green",2),rep("blue",2),rep("green",2))values=c(1:12)data.frame(cycle
2 matches
Mail list logo