Description Usage Arguments Details Value See Also
View source: R/self_made_topics.R
Plot frequency of self-chosen topic scores in abstracts.
1 2 3 4 5 6 7 8 9 10 11 |
df |
Data frame containing abstracts. |
keywords |
Character vector. Vector containing keywords. How much weight
a keyword in |
case |
Boolean. If |
name.topic |
String. Name of the topic. |
bins |
Integer. Specifies how many bins are used to plot
the distribution. If |
colour |
String. Colour of histogram. |
col.abstract |
Symbol. Column containing abstracts. |
col.pmid |
Symbol. Column containing PubMed-IDs. |
title |
String. Plot title. |
Plots a frequency distribution of self-chosen topic scores in abstracts of a
data frame. The topic score is influenced by the choice of
terms in keywords
. Plotting the distribution can help in choosing the right
threshold to decide which abstracts correspond to the self-chosen
topic.
Histogram displaying the distribution of self-chosen topic scores in abstracts.
calculate_score_topic()
, assign_topic()
Other score functions:
assign_topic()
,
calculate_score_animals()
,
calculate_score_biomarker()
,
calculate_score_patients()
,
calculate_score_topic()
,
plot_score_animals()
,
plot_score_biomarker()
,
plot_score_patients()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.