search for: showig

Displaying 1 result from an estimated 1 matches for "showig".

Did you mean: showing
2010 May 07
1
Protecting elements within a function
Hi all, previously I submitted this thread through Nabble which seems fail therefore sending it again.... suppose I have written following function :  > fn = function(x) return(x+x^2)  > fn  function(x) return(x+x^2)  Here you see, if I type only the function name all inside information of this function are visible. Is there any way to protect them i.e. make them invisible?  Thanks