theme_radviz: Complete ggplot2 theme for Radviz projections

theme_radvizR Documentation

Complete ggplot2 theme for Radviz projections

Description

A complete Radviz theme based on 'ggplot2::theme_light'

Usage

theme_radviz(
  base_size = 11,
  base_family = "",
  base_line_size = base_size/22,
  base_rect_size = base_size/22
)

Arguments

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

Details

on top of 'ggplot2::theme_light' this theme removes axis title, text and ticks, as well as the reference grid. See theme for details.

Value

a complete ggplot2 theme

Author(s)

Yann Abraham

Examples

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)


Radviz documentation built on March 26, 2022, 1:10 a.m.