nsetree {nser} | R Documentation |
Treemap for Nifty50 and F&O Securities
nsetree(x = "n50")
x |
"n50" for NIFTY 50 Securities and "fo" for Futures and Options Securities. |
Plot treemap representing per cent change in 'NIFTY50' and 'F&O' stocks.
treemap A Treemap of recent percent change in value of securities.
Nandan L. Patil tryanother609@gmail.com
<https://www.nseindia.com/market-data/live-market-indices>
## Not run:
# Treemap of NIFTY50 securities
library(nser)
nsetree()
# Treemap of FO securities
library(nser)
nsetree('fo')
## End(Not run)