Re: [R] help in match.fun

2012-04-05 Thread Sarah Goslee
Adding plot=FALSE to the hist() call will prevent it from being plotted. On Thu, Apr 5, 2012 at 10:52 AM, arunkumar wrote: > hi > > I have a dataframe and  a parameter > > the parameter can have any one value min max mean sum hist > > i'm using the function  match.fun > >  fun=match.fun(input

[R] help in match.fun

2012-04-05 Thread arunkumar1111
hi I have a dataframe and a parameter the parameter can have any one value min max mean sum hist i'm using the function match.fun fun=match.fun(input) fun(dataset) but if input is hist the plot pops up. is there any method to avoid it. else should use only if condition for histogram -