Posts by Karol • 81 points
4 posts
-
0
votes2
answers13721
viewsA: Change the X-axis scale
I followed this tutorial, which shows how to configure the axes in a well didactic way. But in short, explaining with my words and the way I used in my case (I’m beginner in R), I did so: # axes=F…
-
4
votes1
answer43
viewsQ: Error in calculating the average from Inmet data using a Fortran program
I’m starting at Fortran, and I’ve set up the following program to get the average of the 4th column of data from an INMET data file. Since the calculated average is 0 (zero). Could someone tell me…
-
1
votes1
answer221
viewsQ: Values in the chart axes in Rstudio
Hi, I’m new to R. I plotted the data I wanted, but no value came up. How to solve it? It’s little data. The data are as follows, filling only the fourth column (Avg.1). From now on I thank anyone…
-
3
votes2
answers538
viewsQ: How to select data in R?
I have a database with 1441 lines. I need to group them into groups of 30, and extract averages from each of these subgroups. Is there a command that allows me to do all this automatically? "every…