Is there some text mining&data analysis plugins similar to tidyverse package(R) in Android instead?

48 Views Asked by At

I would like to create an android application which can produce plots and stats related to the textual data.I want to perform the same "data analysis"/text processing which I am enabled to with tidyverse and the correlated packages in R.I know that in java there are JRI/REngine/JRIEngine packages to interface with R,but I don't know whether it's possible to use them in some way,to achieve this goal in android(i'm an absolute beginner). I would love very much to find a solution and will appreciate your suggestions!

1

There are 1 best solutions below

1
Ratul Bin Tazul On

You can check out these awsome library for graphs and charts.

1. MPAndroidChart

2. GraphView

3. WilliamChart

Also check the Android arsenal for a variety of charting and graphing library.