R: graph for text clustering

I have a dataframe as shown below,

    access  data    report  data$Week_No    data$Region
1    4       0        0       Week_3         Pacific
2    0       0        1       Week_3         Pacific
3    0       0        0       Week_3         Pacific
4    4       0        0       Week_3         Pacific
5    7       0        1       Week_3         Pacific
6    8       0        2       Week_3         Australia
7    0       0        2       Week_4         Singapore
8    2       0        1       Week_4         Kiribati
9    0       0        2       Week_1         Singapore
10   0       0        1       Week_1         Hong Kong

      

I want to plot this x and y axis as $ Week_No data and $ Region data where access, data and report are displayed as rows. Can I convert numbers to decimal values โ€‹โ€‹and then plot them? I tried different ways to achieve this, but the result is not satisfactory, I called this , and came up with this graphenter image description here

Can I achieve better results with this kind of graphical representation , Please help me with this, thanks

+3
r graph text-analysis data-science


source to share


No one has answered this question yet

Check out similar questions:

674
How can we create xkcd style graphs?
417
Cluster analysis in R: determining the optimal number of clusters
271
Python Plot Library
12
Function for plotting the y-axis in ggplot2
2
Python converts ndarrays to graph
1
ggplot sorts the histogram when reordering is not possible
1
Plotting row by row from a table using matlab (instead of a column)
0
Plot multi-line plot with custom x-axis in R
0
R - adjust the y-value of the x axis
0
How do I plot a decomposition-like graph in R?



All Articles
Loading...
X
Show
Funny
Dev
Pics