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