is called NanoStringNorm
assignInNamespace('NanoStringNorm',NanoStringNorm,ns='NanoStringNorm')
environment(NanoStringNorm)<-asNamespace('NanoStringNorm');
----------------
> Subject: Re: [R] modify function in a package
> From: dwinsem...@co
On Sep 25, 2014, at 11:21 AM, C Lin wrote:
> Dear R users,
> There is a package called NanoStringNorm with a function called
> NanoStringNorm.
> What I want to do is to change the NanoStringNorm function from the package
> with my own copy that is written in my.nanostringnorm.R.
> But if I do
Dear R users,
There is a package called NanoStringNorm with a function called NanoStringNorm.
What I want to do is to change the NanoStringNorm function from the package
with my own copy that is written in my.nanostringnorm.R.
But if I do the following:
source('my.nanostringnorm.R")
unlockBind
3 matches
Mail list logo