r - Graph does not show after type lattice command -


I installed the package forged , and typed xyplot () . There is no error message, but no graph shows I tried switching to plot () and it works well, why did any thoughts happen? Thanks!

try it:

  requires (forged) Required (statistics) Depth & lt; - equal count (quakes $ depth, number = 8, overlap = .1) my_plot & lt; - xyplot (lat ~ long | depth, data = quakes) print (my_plot)   

Thank you for Amiramorisro and Gavin Simpson.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -