Skip to content

Issue with gpp reading in readFluxdata function #1

@vflo

Description

@vflo

In line 220 of the function readFluxdata, the conditional might be incorrect.

    else if (is.null(fluxnet_data$GPP)) {
      gpp <- xts(fluxnet_data$GPP_st_ANN * t_conv_f *1e-06, ind)
    }

Shouldn't this be:
!is.null(fluxnet_data$GPP_st_ANN)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions