Shady side of pyramid

Haha, ich mag dieses plot-Beispiel :-) ….
R
Autor:in

produnis

Veröffentlichungsdatum

13. April 2021

Haha, ich mag dieses Beispiel\(\rightarrow\) :)

par(mar = c(0, 1, 0, 1))
pie(
  c(280, 60, 20),
  c('Sky', 'Sunny side of pyramid', 'Shady side of pyramid'),
  col = c('#0292D8', '#F7EA39', '#C4B632'),
  init.angle = -50, border = NA
)