Skip to content
Prev 307667 / 398503 Next

dotplot in ".R" with lattice & latticeExtra: proper visualization

On Oct 11, 2012, at 6:48 AM, Andres LaCortadora wrote:

            
I suspect it will be difficult with dotplot. It is expecting a factor variable for the y-value and appears to be coercing the LHS argument to one. Why not use xyplot if you are plotting numeric by numeric? If you what to add horizontal lines `ala` dotplot you could construct a panel that had the appropriate commands.