Vanuatu-National-Statistics-Office / vnso-RAP-tourismStats-materials

GNU General Public License v3.0
0 stars 1 forks source link

Priority 1. Developing Visualisation for Report #49

Open hugo-e-pigott opened 2 years ago

hugo-e-pigott commented 2 years ago

Produce multiple visualisations in one panel:

  1. Purpose of Visit and Length of Stay- want a visual for purpose of Visit, and visual for length of stay for each purpose (group length of stay)

  2. Visitors by usual country of residence, and age & sex- want visual for visitors country of usual residence (map), and then visual for age and sex (group age)

This is a sophisticated example but just to outline idea of combining visuals that are connected:

Screenshot 2022-04-08 at 11 55 35
NicciPotts commented 2 years ago

Do you have examples of the plots you want to put into one panel? I can only see one plot in the .Rmd report*

*the plot in the 3_buildTourismMonthlyReport.Rmd isn't working because the wrong input into gemo_sf(aes())

ggplot(data = world) + geom_sf(aes(fill = countryVisitedOrdered)) +

should be:

ggplot(data = world) + geom_sf(aes(fill = n) +

hugo-e-pigott commented 2 years ago

Hi Nicci

Thank you for your feedback the Tourism Team which is: Remah, Susie, Brenden and Brandy. They have been quality checking some of the tables today against previous publications.

In terms of what visualisations, it is not something Team have fully discussed so was thinking would leave up to you for your thoughts. However examples below:

Thanks

NicciPotts commented 2 years ago

Hi All -

I've pushed a branch (but not PR) called tourism_review that has two files:

  1. Some potential suggestions for formatting and processing raw data (1_cleanTourismStats.R)
  2. Some suggestions for starting to build plots and pull together (TourismPlots.R)

The plots and bringing plots together is very draft and unpolished but I wanted to get an example over to you by our meeting tomorrow so we can use that as a jumping off point for discussion.

NicciPotts commented 2 years ago

Hi All -

Pushed updated TourismPlots.R file onto branch. Let me know if anyone has problems making this run?!