Plot method for nexus_result

# S3 method for class 'nexus_result'
plot(x, type = c("radar", "heatmap"), ...)

Arguments

x

An object of class nexus_result.

type

Character. Plot type: "radar" (default) or "heatmap".

...

Additional arguments passed to nexus_radar or nexus_heatmap.

Value

Invisibly returns the scores matrix. Called for the side effect of generating a radar or heatmap plot.