Skip to content

Commit

Permalink
Missing e typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmyleswhite committed Sep 21, 2012
1 parent 298fd39 commit 0618af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 08-PCA/chapter08.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ loadings <- as.numeric(principal.component)
ggplot(data.frame(Loading = loadings),
aes(x = Loading, fill = 1)) +
geom_density() +
them(legend.position = 'none')
theme(legend.position = 'none')

# Tenth code snippet
market.index <- predict(pca)[, 1]
Expand Down

0 comments on commit 0618af3

Please sign in to comment.