Posts by Diego Peliciari • 319 points
8 posts
-
2
votes1
answer326
viewsQ: How to adjust margins on R markdown
I’m creating a document in R Markdown, but when I generate the markdown it occupies the entire area of the browser, getting bad reading. I would like to know how to adjust the margins, so that it…
-
5
votes2
answers1147
viewsQ: Color scale adjustment on R
Good afternoon, I created a bar chart using an indicator to fill the colors of the bars, where the nearest red is bad, and the nearest green is good. It turns out that it adjusted according to the…
-
2
votes1
answer75
viewsQ: Error in generation of bookdown
I’m trying to create a bookdown (from the package https://bookdown.org/yihui/bookdown/). When I create the book it returns the error below. I have already set the parameters: output:…
-
3
votes1
answer147
viewsQ: Error importing decimal numbers into R
I am trying to import a decimal column in csv (part of a dataset) through the function read_delim. However, columns with decimal numbers (comma-separated in the original dataset) are coming as…
rasked Diego Peliciari 319 -
1
votes1
answer656
viewsQ: Insert more than one line into a chart in the R
Good morning, I’m trying to insert three horizontal lines in my chart, but when I use the abline function, I only insert one. Also, I’m having difficulty inserting the vertical line, since my x-axis…
rasked Diego Peliciari 319 -
2
votes1
answer77
viewsQ: Plotting data evolution in time on R
Good afternoon, I’m having trouble plotting this data series over time. I would like to see the frequency of clients without CPF and without note per month, and how these indicators are evolving. I…
-
0
votes1
answer155
viewsQ: Problems with dates in R
I am again having date problems in R. I have the dataset below and would like to calculate the difference of dates between revisions. It happens that I am not succeeding, sometimes returns some…
-
5
votes1
answer387
viewsQ: How to make a difference in R dates?
dataset <- structure(list(PLACA = structure(c(5L, 5L, 5L, 4L, 1L, 2L, 3L, 7L, 6L, 8L), .Label = c("DSF9652", "EFR9618", "EQW6597", "ERB1522", "EWM3539", "LOC1949", "LQQ5554", "OQT5917"), class =…
rasked Diego Peliciari 319