|
@ -8,6 +8,8 @@ labels = c('breakfast', 'brunch', 'lunch', 'snacks', 'dinner') |
|
|
colors = c('#4286f4','#bb3af2','#ed2f52','#efc023','#ea7441') |
|
|
colors = c('#4286f4','#bb3af2','#ed2f52','#efc023','#ea7441') |
|
|
|
|
|
|
|
|
# Give the chart file a name. |
|
|
# Give the chart file a name. |
|
|
|
|
|
# Save in Build-in server |
|
|
|
|
|
# png(file = "/var/www/html/[Lab_Instance Name]/piechart.png") |
|
|
png(file = "/var/www/html/examples_r/piechart.png") |
|
|
png(file = "/var/www/html/examples_r/piechart.png") |
|
|
|
|
|
|
|
|
# Plot the chart. |
|
|
# Plot the chart. |
|
|