Posts by Fidel Henrique Fernandes • 119 points
8 posts
-
1
votes2
answers1868
viewsQ: How to position the title in ggplot2 with theme_ipsum?
I have the following data dados B Freq 1 Feminino 61.54 2 Masculino 38.46 With the code below I graph a pizza using the package ggplot2: library(ggplot2) library(hrbrthemes) dados <- data.frame(B…
-
-1
votes1
answer71
viewsQ: How to make a program in R that provides the result below?
I have a question regarding to make an algorithm that provides the result of the equation below.…
rasked Fidel Henrique Fernandes 119 -
2
votes1
answer2893
viewsQ: Change title and caption colors in ggplot2
How do I change the field pop and continent. I want to put in Portuguese (Population and Continent). The data are in R through the package library(Gapminder). I used the following command:…
-
1
votes1
answer535
viewsQ: Import xls file to R
The data can be obtained by Link <- https://github.com/marcosvafg/salario_juizes But precisely the file name is Salarios_juizes_tjsp_122017. The file is protected, so I can’t change it. I wanted…
-
2
votes1
answer189
viewsQ: How to convert an Object to integer in Pyton 3?
I imported some data in Wikipedia and imported to Pyton. However the data that were to be integer is in the form of Object as in the image below. import pandas as pd import requests url =…
python-3.xasked Fidel Henrique Fernandes 119 -
1
votes2
answers840
viewsQ: Group data by a certain column in the R
I took some data because it is 1704 Obs. of 6 variables. So I selected the first 80 lines. Follow the code below: structure(list(country = structure(c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L,…
rasked Fidel Henrique Fernandes 119 -
2
votes2
answers71
viewsQ: Indexing of Dataframe
The data follows below Prouni<-read.csv("C:\\cursos_prouni.csv") The following link redirects to the data https://brasil.io/dataset/cursos-prouni/cursos. The data are shown as in the figure…
rasked Fidel Henrique Fernandes 119 -
2
votes2
answers492
viewsQ: Barplot with labels
I am trying to create a Barplot chart with labels with the following code: Territo$E [1] 127 130 131 131 123 278 90 139 109 72 96 103 80 120 76 60 51 names <- c("1", "2","3", "4", "5", "6", "7",…
rasked Fidel Henrique Fernandes 119