I have a data frame that looks like this:
V1 V2 V3
a    b    0:1:12
d    f    1:2:1
c    d    1:0:9
where V3 is in the form x:y:z
Can someone show me how to subset the rows where the values of x, y and z <= 
10: 
V1 V2 V3
d    f    1:2:1
c    d    1:0:9
Thanks
Joseph



      
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to