JeffreyRacine / R-Package-np

R package np (Nonparametric Kernel Smoothing Methods for Mixed Data Types)
https://socialsciences.mcmaster.ca/people/racinej
46 stars 18 forks source link

xlim not working for npplot.bandwidth #15

Closed smonto2 closed 5 years ago

smonto2 commented 6 years ago

Greetings,

I was trying to replicate some plots when I realized that xlim does not work when I run plot on a bandwidth object after a call to npudistbw. Just to check, I went through the source code for npplot.bandwidth and found calls to ylim and zlim throughout the code, but not for xlim.

Santiago

JeffreyRacine commented 6 years ago

Greetings,

Presume you are using the very latest code… will dig into it when time permits, apologies for the oversight.

Jeff

JeffreyRacine commented 5 years ago

The latest version should address this issue (many enhancements to plotting with regards to passing additional arguments such as col, xlim, xlab etc.)