Description Usage Arguments Details Author(s) See Also Examples
This visualization is a type of 100% stacked histograme. The graph xprop shows the distribution of the relationship between entities in the corpus. The total of the bar represents 100%.
1 |
v1 |
a vector of values |
v2 |
a vector of values |
type |
type of graph |
After calling the function xparse, the result has the following format:
file_name:entity:$:list_value_found
...
file_name:entity1:entity2:...:$$:value_e1:value_e2:....:negation
Function xprop will convert the data format above to a data frame such as:
a list of columns that call the values of v2. Those columns will contain a value 0 or 1.
a column has a name "cat" - categorie.
a column has a name "val" - value.
Each line discribes the relevant information between values of vector v1 and values of vector v2. If there exists a relationship between a value of v1 with a value of v2 then the column of value v2 will be 1, the column "cat" carrying value is the value of v2 and the column "val" has the value current of v1.
Tien T. Phan
xhist type graphique histogram
xplot type graphique plot
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.