126 research outputs found

    Genotype by environment interaction for grain yield in spring barley using additive main effects and multiplicative interaction model

    Get PDF
    Monoculture and use of disease resistant varieties on large scale usually leads to selection of new pathogen races able to overcome the resistance. The use of variety mixtures can significantly improve the control of the disease and provides stable yield among different environments. The objective of this study was to assess genotype by environment interaction for grain yield in spring barley genotypes grown in two places different in terms of soil and meteorological conditions by the additive main effects and multiplicative interaction model. The study comprised 25 spring barley genotypes (five cultivars: Basza, Blask, Skarb, Rubinek and Antek, and 20, two- and three-component mixtures), analyzed in eight environments (compilations of two locations and four years) through field trials arranged in a randomized complete block design, with three replicates. Grain yield of the tested genotypes varied from 32.88 to 74.31 dt/ha throughout the eight environments, with an average of 54.69 dt/ha. In the variance analysis, 68.80% of the total grain yield variation was explained by environment, 6.20% by differences between genotypes, and 7.76% by genotype by environment interaction. Grain yield is highly influenced by environmental factors

    Comparing spatial patterns in raster data using R

    Get PDF
    Spatial patterns are a crucial aspect of geographical studies and play a significant role in various fields, such as remote sensing, ecology, and geology. Comparing spatial patterns is a common task in these fields, and using raster data is a popular approach. This work aims to provide a comprehensive overview of existing R packages for comparing spatial patterns in rasters. First, we discuss various methods for comparing spatial patterns, including visual inspection, correlation coefficient between focal regions of two rasters, spatial autocorrelation analysis, structural similarity index, and comparison of spatial signatures. These methods can be applied to continuous or categorical raster data, and the choice of method depends on the type of data and the specific research question. Next, we present several R packages that implement these methods, including terra, SSIMmap, and spatialEco, and show how they can be applied. These packages provide a wide range of tools for comparing spatial patterns in rasters, offering researchers a powerful means to study change, similarity, association, and model assessment. However, we also highlight issues with the current software, such as the absence of standardization and inadequate documentation. Importantly, there is still a lack of studies that systematically compare different methods and suggest good practices in their use. The growing number of FOSS tools for spatial raster comparison offers a promising avenue for testing various methods and their application to real-life scenarios. Further research is needed to evaluate the performance of these methods and establish best practices for their use

    The landscapemetrics and motif packages for measuring landscape patterns and processes

    Get PDF
    This book chapter emphasizes the significance of categorical raster data in ecological studies, specifically land use or land cover (LULC) data, and highlights the pivotal role of landscape metrics and pattern-based spatial analysis in comprehending environmental patterns and their dynamics. It explores the usage of R packages, particularly landscapemetrics and motif, for quantifying and analyzing landscape patterns using LULC data from three distinct European regions. It showcases the computation, visualization, and comparison of landscape metrics, while also addressing additional features such as patch value extraction, sub-region sampling, and moving window computation. Furthermore, the chapter delves into the intricacies of pattern-based spatial analysis, explaining how spatial signatures are computed and how the motif package facilitates comparisons and clustering of landscape patterns. The chapter concludes by discussing the potential of customization and expansion of the presented tools

    Geocomputation with R

    Get PDF
    Geocomputation with R is for people who want to analyze, visualize and model geographic data with open source software. It is based on R, a statistical programming language that has powerful data processing, visualization, and geospatial capabilities. The book equips you with the knowledge and skills to tackle a wide range of issues manifested in geographic data, including those with scientific, societal, and environmental implications. This book will interest people from many backgrounds, especially Geographic Information Systems (GIS) users interested in applying their domain-specific knowledge in a powerful open source language for data science, and R users interested in extending their skills to handle spatial data. The book is divided into three parts: (I) Foundations, aimed at getting you up-to-speed with geographic data in R, (II) extensions, which covers advanced techniques, and (III) applications to real-world problems. The chapters cover progressively more advanced topics, with early chapters providing strong foundations on which the later chapters build. Part I describes the nature of spatial datasets in R and methods for manipulating them. It also covers geographic data import/export and transforming coordinate reference systems. Part II represents methods that build on these foundations. It covers advanced map making (including web mapping), "bridges" to GIS, sharing reproducible code, and how to do cross-validation in the presence of spatial autocorrelation. Part III applies the knowledge gained to tackle real-world problems, including representing and modeling transport systems, finding optimal locations for stores or services, and ecological modeling. Exercises at the end of each chapter give you the skills needed to tackle a range of geospatial problems. Solutions for each chapter and supplementary materials providing extended examples are available at https://geocompr.github.io/geocompkg/articles/

    Weak power-great power relationships : Sino-Khmer Rouge relations 1975-1989

    No full text
    With the Khmer Rouge gaining control of Cambodia in 1975, the further development of a relationship between a weak and a strong power was to be seen.l The People's Republic of China (PRC) would become associated with a regime which would prove to be one of the most brutal and inhumane of the modern age

    Temporal and spatiotemporal autocorrelation of daily concentrations of Alnus, Betula, and Corylus pollen in Poland

    Get PDF
    The aim of the study was to determine the characteristics of temporal and space–time autocorrelation of pollen counts of Alnus, Betula, and Corylus in the air of eight cities in Poland. Daily average pollen concentrations were monitored over 8 years (2001–2005 and 2009–2011) using Hirst-designed volumetric spore traps. The spatial and temporal coherence of data was investigated using the autocorrelation and cross-correlation functions. The calculation and mathematical modelling of 61 correlograms were performed for up to 25 days back. The study revealed an association between temporal variations in Alnus, Betula, and Corylus pollen counts in Poland and three main groups of factors such as: (1) air mass exchange after the passage of a single weather front (30–40 % of pollen count variation); (2) long-lasting factors (50–60 %); and (3) random factors, including diurnal variations and measurements errors (10 %). These results can help to improve the quality of forecasting models

    Under the mantra: ‘Make use of colorblind friendly graphs’

    Get PDF
    Colorblindness is a genetic condition that affects a person's ability to accurately perceive colors. Several papers still exist making use of rainbow colors palette to show output. In such cases, for colorblind people such graphs are meaningless. In this paper, we propose good practices and coding solutions developed in the R Free and Open Source Software to (i) simulate colorblindness, (ii) develop colorblind friendly color palettes and (iii) provide the tools for converting a noncolorblind friendly graph into a new image with improved colors

    Scientific maps should reach everyone: The cblindplot R package to let colour blind people visualise spatial patterns

    Get PDF
    Maps represent powerful tools to show the spatial variation of a variable in a straightforward manner. A crucial aspect in map rendering for its interpretation by users is the gamut of colours used for displaying data. One part of this problem is linked to the proportion of the human population that is colour blind and, therefore, highly sensitive to colour palette selection. The aim of this paper is to present the cblindplot R package and its founding function - cblind.plot() - which enables colour blind people to just enter an image in a coding workflow, simply set their colour blind deficiency type, and immediately get as output a colour blind friendly plot. We will first describe in detail colour blind problems, and then show a step by step example of the function being proposed. While examples exist to provide colour blind people with proper colour palettes, in such cases (i) the workflow include a separate import of the image and the application of a set of colour ramp palettes and (ii) albeit being well documented, there are many steps to be done before plotting an image with a colour blind friendly ramp palette. The function described in this paper, on the contrary, allows to (i) automatically call the image inside the function without any initial import step and (ii) explicitly refer to the colour blind deficiency type being experienced, to further automatically apply the proper colour ramp palette
    • 

    corecore