theme_radviz | R Documentation |
A complete Radviz theme based on 'ggplot2::theme_light'
theme_radviz(
base_size = 11,
base_family = "",
base_line_size = base_size/22,
base_rect_size = base_size/22
)
base_size |
base font size, given in pts. |
base_family |
base font family |
base_line_size |
base size for line elements |
base_rect_size |
base size for rect elements |
on top of 'ggplot2::theme_light' this theme removes axis title, text and ticks,
as well as the reference grid. See theme
for details.
a complete ggplot2 theme
Yann Abraham
data(iris)
das <- c('Sepal.Length','Sepal.Width','Petal.Length','Petal.Width')
S <- make.S(das)
rv <- do.radviz(iris,S)
plot(rv,main='Iris projection')
plot(rv,main='Iris projection')+
theme_radviz(base_size=16)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.