-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more fixes to pivoting problems: - minor changes copied from traits.build back to austraits.build process.R file - had to add locations to Yang_2023 - Witkowski_1991 would only recognised plant ages when I wrote them in letters after trying many many other tricks: I tried '10' and '21'; I checked metadata_check_custom_R_code("Witkowski_1991) to see how it was read in; I tried retyping the cells; I tried assigning it to a different context category; I tried adding "mutate to as.character" through custom_R_code and nothing worked. All rows in the column have a value, so it isn't being read in strangely.
- Loading branch information
Showing
4 changed files
with
48 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Species,plant_age,replicates_seeds_fruit,reproductive_maturity,seed_viability_%,seed_germination_%,seed_dry_mass_mg,fire_to_flowering,fire_to_fruiting,seedset_%,fruit_set_%,post_fire_recruitment,seedling_establishment_conditions,resprouting_capacity,serotiny | ||
Banksia baxteri,10,15,3,98.6,41,43.4,3,5,0.9,1.2,post_fire_recruitment,establish_post_fire,fire_killed, serotiny_high | ||
Banksia baxteri,21,5,,99.3,31,,,,0.8,1,,,, | ||
Banksia speciosa,10,15,3,99.1,47,128.6,3,3,0.5,0.7,post_fire_recruitment,establish_post_fire,fire_killed, serotiny_high | ||
Banksia speciosa,21,5,,99.7,35,,,,0.4,0.5,,,, | ||
Banksia coccinea,10,15,3,99.3,21,12.8,3,3,4,8.6,post_fire_recruitment,establish_post_fire establish_anytime,fire_killed, serotiny_moderate | ||
Banksia coccinea,21,5,,99.2,18,,,,3.4,7.3,,,, | ||
Banksia baxteri,ten,15,3,98.6,41,43.4,3,5,0.9,1.2,post_fire_recruitment,establish_post_fire,fire_killed, serotiny_high | ||
Banksia baxteri,twentyone,5,,99.3,31,,,,0.8,1,,,, | ||
Banksia speciosa,ten,15,3,99.1,47,128.6,3,3,0.5,0.7,post_fire_recruitment,establish_post_fire,fire_killed, serotiny_high | ||
Banksia speciosa,twentyone,5,,99.7,35,,,,0.4,0.5,,,, | ||
Banksia coccinea,ten,15,3,99.3,21,12.8,3,3,4,8.6,post_fire_recruitment,establish_post_fire establish_anytime,fire_killed, serotiny_moderate | ||
Banksia coccinea,twentyone,5,,99.2,18,,,,3.4,7.3,,,, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters