I would appreciate help trying
to set different plot types  in a lattice plot with multiple responses e.g.

xyplot(y+fval~x)

but  have "y" as points and "fval" as a line.

I have tried

xyplot(y+fval~x,type=c("p","l"))

but this results in both plots having both types.

Thanks

Ross Darnell
University of Queensland, AUSTRALIA

______________________________________________
R-help@stat.math.ethz.ch 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