search for: blak

Displaying 1 result from an estimated 1 matches for "blak".

Did you mean: bak
2012 Oct 22
1
how to group smooth line by two groups?
...,"z","x","x","x","x","y","y","y","y","z","z","z","z") a <- runif(24,0,2) b <- runif(24,4,10) data <- data.frame(cbind(sex,char,a,b)) I would like to generate a blak and white plot with two groups of three smooth lines. linetypes are recognized by sex, and each line with dots, squares and triangles according to the group of char. the following is one group, i need to plot two, one type is solid, the other type is dotted. how to do it? I tried a color plot with...