View source: R/theme_ibp_legend.R
Title
1 2 3 4 5 6 7 8 9 10 | theme_ibp_legend(
base_size = 11,
base_family = "",
base_line_size = base_size/170,
base_rect_size = base_size/170,
x_pos_leg = 0.1,
y_pos_leg = 0.85,
face = "plain",
ibp_family = "Frutiger 45 Light"
)
|
base_size |
Schriftgroesse. Geklaut aus online Vorlage. |
base_family |
Schriftart. "" ist sans-serif. Geklaut aus online Vorlage. |
base_line_size |
Geklaut aus online Vorlage. |
base_rect_size |
Geklaut aus online Vorlage. |
x_pos_leg |
X-position der Legende. Standard links oben, Werte von 0 (min(x)) bis 1 (max(x)) |
y_pos_leg |
Y-position der Legende. Standard links oben, Werte von 0 (min(y)) bis 1 (max(y)) |
aspect |
Aspect ratio. Sollte ungefähr ny/nx sein |
font |
Schriftart. Standard ist Frutiger 45 Light, durch die Bibliothek extrafont! |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.