Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How to use plot.window? (in R)
- xlim <- c(-30,30)
- ylim <- c(-5,5)
- plot.window(xlim , ylim )
- plot.new()
- points(1,1)
- points(0,0)
- xlim <- c(-30,30)
- ylim <- c(-5,5)
- plot.new()
- plot.window( xlim , ylim )
- points(1,1)
- points(0,0)
Advertisement
Add Comment
Please, Sign In to add comment