powered by
Calculate the climate tolerance of the taxa from their pdfs.
pdf_ranges( x, climate = x$parameters$climate, taxanames = x$input$taxa.name, uncertainties = x$parameters$uncertainties, orderby = NA )
The set of coordinates ext projected in equal earth.
A crestObj generated by either the crest.calibrate, crest.reconstruct or crest functions.
crestObj
crest.calibrate
crest.reconstruct
crest
Climate variables to be used to generate the plot. By default all the variables are included.
A list of taxa to use for the plot (default is all the recorded taxa).
A (vector of) threshold value(s) indicating the error bars that should be calculated (default are the values stored in x).
A string ('name', or one of the climate variables) to sort the output table
data(reconstr) pdf_ranges(reconstr, climate='bio1') pdf_ranges(reconstr, climate='bio12', orderby='bio1', uncertainties=c(0.2, 0.6, 0.95))
Run the code above in your browser using DataLab