lmonserrate / ag-problems-semester

0 stars 0 forks source link

Week4- Assignment #4

Open lmonserrate opened 4 years ago

lmonserrate commented 4 years ago

I have been working on the data file "PilotPlot1_summer_2019_PlantHeight-SexRatio.csv". I have selected only the columns I want to start working on (Year:Height_cm), excluding the 'Sex' column. As practice, I have tried to filter the data corresponding to Puma-3 (Block 1, Row 1, Column B; Block 2, Row 4 Column C; Block 3, Row 1, Column B; and Block 4, Row 4, Column D). However, I am not able to filter the 'Column' data. For example, I obtained the respective 'Row' for each 'Block', but I get Columns B, C, D for each Block-Row data filtered instead of only one.

I tried many variants of the script based on the reading of the week and additional didactic information on the internet. @brymz

brymz commented 4 years ago

If you are going to ask a question like this, you need to at least include a code chunk in the question. What I would prefer is that you have the code uploaded to the repo so that I can review it directly.

lmonserrate commented 4 years ago

Noted. I have uploaded the R Script for this assignment to the repo. You will see the several attempts. @brymz Let me know if this is enough or I need to upload something else.