11010tianyi / latticist

Automatically exported from code.google.com/p/latticist
0 stars 2 forks source link

limit densityplot density (from=/to=) #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
pass darg = list(from =, to = ) to panel.densityplot
OR darg = list(cut = 0)

note also might need darg = list(na.rm = TRUE)

also should allow density 'kernel' to be set in latticist.options
(default "gaussian").

Original issue reported on code.google.com by foolish.android on 22 Apr 2009 at 5:28