I have been trying to make different graphs and none of them fit the box of the r graphs.
This is an example of my codes
plot <- barplot(
sort(colSums(prop.table(sentimientos_df[, 9:10]))),
horiz = TRUE,
cex.names = 0.8,
las = 1,
main = "Positive vs Negative Sentiment", xlab="Percentage"
)
and this is a photo of the problem that I have, in which the title is not completely visible, nor the labels that I have assigned to it: plot