Displaying 1 result from an estimated 1 matches for "addatr".
Did you mean:
addattr
2010 Nov 18
1
Accessing variables inside a namespace
Hello Group,
I am trying to see if there is way to access data that is inside another
namespace.
For e.g. the addATR function in the quantmod package calculates the ATR
using the TTR package and then plots it to the graph.
Now since it has already calculated the info that I need, can I access that
data which if I look at the function code is stored in a variable called
"atr"
library(TTR)
library(quan...