Learn R Programming

nser (version 1.5.3)

nsetree: Treemap for Nifty50 and F&O Securities

Description

Treemap for Nifty50 and F&O Securities

Usage

nsetree(x = "n50")

Value

treemap A Treemap of recent percent change in value of securities.

Arguments

x

"n50" for NIFTY 50 Securities and "fo" for Futures and Options Securities.

Author

Nandan L. Patil tryanother609@gmail.com

Details

Plot treemap representing per cent change in 'NIFTY50' and 'F&O' stocks.

See Also

bhavprbhavtodaybhavfobhav

Examples

Run this code
if (FALSE) {
# Treemap of NIFTY50 securities

library(nser)
nsetree()

# Treemap of FO securities

library(nser)
nsetree('fo')
}

Run the code above in your browser using DataLab