util_plotTheme: Plot style settings for PortfolioEffect theme

Description Usage Arguments Value Author(s) Examples

Description

Customizable plot style for PortfolioEffect color theme.

Usage

1
2
3
4
5
6
7
8
util_plotTheme(base_size = 10,
base_family = "sans", 
horizontal = TRUE, 
dkpanel = FALSE, 
bw = FALSE,
axis.text.size=1.5,
title.size=2, 
has.subtitle = FALSE)

Arguments

base_size

Base font size.

base_family

Base font family.

horizontal

Horizontal alignment flag.

dkpanel

dkpanel flag.

bw

Black and white color scheme flag.

axis.text.size

Axis font size.

title.size

Title font size.

has.subtitle

Subtitle flag.

Value

Void

Author(s)

Kostin Andrey <andrey.kostin@portfolioeffect.com>

Examples

1
2
3
4
5
6
7
8
## Not run: 
data(aapl.data) 
aapl.frame=data.frame(Data=aapl.data[,2],Time=as.POSIXct(aapl.data[,1]/1000, 
origin = "1970-01-01", tz = "America/New_York"),legend='AAPL')
ggplot() + geom_line(data=aapl.frame, aes(x=Time,y=Data,col=legend))+
util_plotTheme()+util_colorScheme()+util_fillScheme()

## End(Not run)

PortfolioEffectHFT documentation built on May 2, 2019, 11:52 a.m.