Re: [R] Scrolling behavior in View()

2009-06-07 Thread Duncan Murdoch
On 07/06/2009 9:50 AM, Jose Quesada wrote: Hi, I've realized that the scrolling behavior in View() is unlike most other applications. It seems that the minimum scroll size is very large for large objects( i.e., a vector of 1M integers), and it might be that this scroll is proportional to the siz

Re: [R] Scrolling behavior in View()

2009-06-07 Thread Duncan Murdoch
On 07/06/2009 9:50 AM, Jose Quesada wrote: Hi, I've realized that the scrolling behavior in View() is unlike most other applications. It seems that the minimum scroll size is very large for large objects( i.e., a vector of 1M integers), and it might be that this scroll is proportional to the siz

[R] Scrolling behavior in View()

2009-06-07 Thread Jose Quesada
Hi, I've realized that the scrolling behavior in View() is unlike most other applications. It seems that the minimum scroll size is very large for large objects( i.e., a vector of 1M integers), and it might be that this scroll is proportional to the size of the object. Try this: a = 1:100 View