Hope
Hope
I've seen the Flouish(https://app.flourish.studio/@flourish/bar-chart-race) has it already. I think there might be more user-defined functions for specifications. A simple demo plus specifications will make it a great piece for R...
In a Chinese blog only, any clues for a comprehensive description or even a literature on it? If not, could possibly try to write one ourselves.
This is where leads me to find you here, a great repeatable case. I think if I have a table with only time and value, this plot could be made...
Great! It's not urgent, but we might try to make the wrapper more tidy and elegant to use. Thanks so much for contributing.
For your reference:[https://github.com/stevejburr/Bar-Chart-Race/blob/master/Final.R],but this visualization has some small problems I think.
Thank you for the response, here's what I get: ``` > Sys.setlocale("LC_TIME", "Chinese") [1] "Chinese (Simplified)_China.936" > imager::load.image(pic_dir[1]) Error in readfun(f, ...) : unable to open for_selection/1.10濡傜殝寰愯憶灞?156080920854794240_A.JPG ``` Still not...
Thank you. Still, this might not be the case: ``` > Sys.setlocale("LC_CTYPE", "Chinese") [1] "Chinese (Simplified)_China.936" > imager::load.image(pic_dir[1]) Error in readfun(f, ...) : unable to open for_selection/1.10濡傜殝寰愯憶灞?156080920854794240_A.JPG ```
Thanks, still: ``` > Sys.setlocale("LC_CTYPE", "cht") [1] "Chinese (Traditional)_Taiwan.950" > imager::load.image(pic_dir[1]) Error in readfun(f, ...) : unable to open for_selection/1.10憒?敺?撅?156080920854794240_A.JPG ``` The file name do not have Chinese, but the...
This works well! I did not know that the two package could be linked through this way. ``` > p_load(imager,magick) > image_read(pic_dir[1]) %>% R() Error in `[.magick-image`(im, , , ,...
Thank you for the prompt feedback. I'll use the example presented in the helping manual: ``` library(vcfR) x