Skip to content

doubt in command

3 messages · Julio Oliveira, Ivan Calandra, Duncan Murdoch

#
Hi Julio,

Someone correct me if I'm wrong, but I think you can use '::'
For example:

Stats::filter()

HTH,
Ivan

--
Ivan CALANDRA
Universit? de Bourgogne
UMR CNRS/uB 6282 Biog?osciences
6 Boulevard Gabriel
21000 Dijon, FRANCE
+33(0)3.80.39.63.06
ivan.calandra at u-bourgogne.fr
http://biogeosciences.u-bourgogne.fr/calandra

Le 23/10/12 15:35, Julio Oliveira a ?crit :
#
On 23/10/2012 9:42 AM, Ivan Calandra wrote:
Yes, but there is no "Stats" package:  R is case-sensitive, and the 
package is called "stats", and needs to be used that way:

stats::filter()

Duncan Murdoch